Skip to content

Commit

Permalink
updated codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brendancol committed Apr 22, 2024
1 parent 3ff569d commit 7ec7432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
NUMBA_DISABLE_JIT=1 pytest --cov=./ --cov-report=xml --ignore ./xrspatial/tests/test_polygonize.py
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
env_vars: OS,PYTHON
fail_ci_if_error: true
Expand Down

0 comments on commit 7ec7432

Please sign in to comment.