Skip to content

Commit b86c4f8

Browse files
committed
Update codecov
1 parent 1ebe765 commit b86c4f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,10 @@ jobs:
3333
run: |
3434
uv run pytest -n auto --cov=src/stac_auth_proxy --cov-report=xml --cov-report=html --cov-report=term-missing --cov-fail-under=85
3535
- name: Upload coverage reports to Codecov
36-
uses: codecov/codecov-action@v4
36+
uses: codecov/codecov-action@v5
3737
with:
38-
file: ./coverage.xml
38+
files: ./coverage.xml
3939
flags: unittests
40-
name: codecov-umbrella
4140
fail_ci_if_error: false
4241
- name: Archive coverage reports
4342
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)