Skip to content

Commit e4d56fe

Browse files
committed
check if codecoverage works now
1 parent 12caedc commit e4d56fe

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ jobs:
3333
export PYTHONPATH="$PYTHONPATH:$GITHUB_WORKSPACE"
3434
pytest --cov=kexxu_eye_sdk --cov-report=xml --cov-report=term-missing --cov-fail-under=50
3535
36-
- name: Upload coverage.xml artifact
37-
if: always()
38-
uses: actions/upload-artifact@v4
36+
- name: Upload coverage to Codecov
37+
uses: codecov/codecov-action@v5
3938
with:
40-
name: coverage-${{ matrix.python-version }}
41-
path: coverage.xml
39+
files: coverage.xml
40+
fail_ci_if_error: true
4241

0 commit comments

Comments
 (0)