Skip to content

Commit fbb6ae5

Browse files
authored
Update Codecov upload step in CI workflow
1 parent 964396c commit fbb6ae5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ jobs:
2727
clean verify \
2828
-Dgpg.skip=true
2929
30-
- name: Upload coverage to Codecov
30+
- name: Upload coverage reports to Codecov
3131
uses: codecov/codecov-action@v5
3232
with:
33-
files: streamfence-core/target/site/jacoco/jacoco.xml
34-
flags: unittests
35-
fail_ci_if_error: false
33+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)