doc: update read me (#14)

This commit is contained in:
joseph-sentry
2024-02-28 11:41:54 -05:00
committed by GitHub
parent 888908ad01
commit b017189b0d
+2 -2
View File
@@ -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