Skip to content

Commit c90456f

Browse files
committed
manual codecov file selection
1 parent c1cea98 commit c90456f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,11 @@ jobs:
200200
if [ -f coverage.xml ] && [ ! -f cobertura.xml ]; then mv coverage.xml cobertura.xml; fi
201201
ls -la || true
202202
- name: Upload coverage to Codecov
203-
uses: codecov/codecov-action@v4
203+
uses: codecov/codecov-action@v5
204204
with:
205205
files: cobertura.xml
206206
flags: tarpaulin
207+
disable_search: true
207208
slug: sctg-development/microtex_rs
208209
token: ${{ secrets.CODECOV_TOKEN }}
209210
env:

0 commit comments

Comments
 (0)