Skip to content

Commit ebe4302

Browse files
committed
Updated test coverage workflow.
1 parent 58362db commit ebe4302

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,14 @@ jobs:
111111
export CARGO_INCREMENTAL="1"
112112
cargo llvm-cov clean --workspace
113113
uv run -- maturin dev --uv
114-
uv run -- pytest -vv -n auto python/tests --cov natsrpy --cov-report xml
114+
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
116117
- uses: codecov/codecov-action@v6
117118
with:
118119
fail_ci_if_error: false
119120
token: ${{ secrets.CODECOV_TOKEN }}
120-
files: ./coverage.lcov,./coverage.xml
121+
files: coverage.lcov
121122
verbose: true
122123
- name: Teardown docker
123124
if: always()

0 commit comments

Comments
 (0)