We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7882e5d commit 7e162c8Copy full SHA for 7e162c8
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
run: pip install -r requirements.txt
17
- name: Run tests and collect coverage
18
run: pytest --cov --junitxml=junit.xml -o junit_family=legacy app
19
- -name : Upload test results to Codecov
+ - name : Uploading test results to Codecov
20
if: ${{ !cancelled() }}
21
uses: codecov/test-results-action@v1
22
with:
0 commit comments