Skip to content

Commit 7e857d7

Browse files
committed
second attempt at code coverage
1 parent a293e03 commit 7e857d7

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/test-coverage.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,16 @@ jobs:
3636
covr::to_cobertura(cov)
3737
shell: Rscript {0}
3838

39-
- uses: codecov/codecov-action@v5.3.1
39+
- name: Open Checkout
40+
uses: actions/checkout@main
41+
42+
- name: Code Coverage
43+
uses: codecov/codecov-action@v5
4044
with:
41-
fail_ci_if_error: ${{ github.event_name != 'pull_request' && true || false }}
42-
file: ./cobertura.xml
43-
plugin: noop
44-
disable_search: true
45+
fail_ci_if_error: true # optional (default = false)
46+
flags: unittests # optional
47+
name: codecov-umbrella # optional
48+
verbose: true # optional (default = false)
4549
env:
4650
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4751

0 commit comments

Comments
 (0)