Skip to content

Commit 6204937

Browse files
committed
Updated cov workflow.
1 parent ebe4302 commit 6204937

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,11 @@ jobs:
113113
uv run -- maturin dev --uv
114114
uv run -- pytest -vv python/tests --cov natsrpy --cov-report xml
115115
cargo llvm-cov report --lcov --output-path coverage.lcov
116-
cat coverage.lcov
117116
- uses: codecov/codecov-action@v6
118117
with:
119118
fail_ci_if_error: false
120119
token: ${{ secrets.CODECOV_TOKEN }}
121-
files: coverage.lcov
120+
files: coverage.lcov,coverage.xml
122121
verbose: true
123122
- name: Teardown docker
124123
if: always()

0 commit comments

Comments
 (0)