We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b394b commit ba62774Copy full SHA for ba62774
.github/workflows/Test-coverage.yaml
@@ -59,10 +59,14 @@ jobs:
59
if: runner.os == 'Linux'
60
run: covr::codecov(type = "tests")
61
shell: Rscript {0}
62
+ env:
63
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
64
65
- name: Test coverage (Windows)
66
if: runner.os == 'Windows'
67
run: |
68
options(covr.gcov = 'C:/rtools44/mingw64/bin/gcov.exe');
69
covr::codecov(type = "tests", function_exclusions = "sample_mpi")
70
71
72
0 commit comments