Skip to content

Commit d10ab8a

Browse files
authored
Update test-coverage.yaml
1 parent 2caec0a commit d10ab8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ jobs:
4545
plugin: noop
4646
disable_search: true
4747
token: ${{ secrets.CODECOV_TOKEN }}
48+
- name: Upload coverage to Codecov
49+
uses: codecov/codecov-action@v4
50+
env:
51+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4852

4953
- name: Show testthat output
5054
if: always()

0 commit comments

Comments
 (0)