Skip to content

Commit

Permalink
fix coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Apr 17, 2023
1 parent 6255d55 commit 1db7e37
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ jobs:
coverage run -a ./manage.py test --settings=test_geostore.settings_with_customs geostore.tests.test_views.test_vector_tiles.VectorTilesTestCase.test_layer_tilejson_with_custom_hostnames
coverage run -a ./manage.py test --settings=test_geostore.settings_with_customs geostore.tests.test_custom_classes
coverage run -a ./manage.py test --settings=test_geostore.settings_with_customs geostore.tests.test_views.test_async_exports
coverage xml -o coverage.xml
- name: Coverage upload
run: |
pip install codecov
codecov
- uses: codecov/codecov-action@v3
with:
files: ./coverage.xml
fail_ci_if_error: true

0 comments on commit 1db7e37

Please sign in to comment.