Skip to content

Commit

Permalink
doc: update read me (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry authored Feb 28, 2024
1 parent 888908a commit b017189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ jobs:
pip install pytest-cov
pytest --cov=./ --cov-report=xml --junitxml=./junit.xml
- name: Upload test results to Codecov
uses: codecov/test-results-action@v0
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
with:
fail_ci_if_error: true
files: ./junit.xml,!./cache
flags: python3.10
name: codecov-umbrella-test-results
Expand Down

0 comments on commit b017189

Please sign in to comment.