Skip to content

Commit

Permalink
Aktualisieren von test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ThHanke authored Jan 24, 2024
1 parent 1b14e53 commit a9e2b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
ckan -c test.ini db init
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.csvmapandtransform --disable-warnings ckanext/csvmapandtransform || ([ $? = 5 ] && exit 0 || exit $?)
run: pytest --ckan-ini=test.ini --cov=ckanext.csvwmapandtransform --disable-warnings ckanext/csvwmapandtransform || ([ $? = 5 ] && exit 0 || exit $?)
- name: Upload coverage report to codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit a9e2b86

Please sign in to comment.