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 1ebe765 commit b86c4f8Copy full SHA for b86c4f8
.github/workflows/cicd.yaml
@@ -33,11 +33,10 @@ jobs:
33
run: |
34
uv run pytest -n auto --cov=src/stac_auth_proxy --cov-report=xml --cov-report=html --cov-report=term-missing --cov-fail-under=85
35
- name: Upload coverage reports to Codecov
36
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
37
with:
38
- file: ./coverage.xml
+ files: ./coverage.xml
39
flags: unittests
40
- name: codecov-umbrella
41
fail_ci_if_error: false
42
- name: Archive coverage reports
43
uses: actions/upload-artifact@v4
0 commit comments