Skip to content

Commit ce0b3ba

Browse files
committed
Fix covr config
1 parent e656aad commit ce0b3ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
env:
1818
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1919
DAIR_PASSWORD: ${{ secrets.DAIR_PASSWORD }}
20+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2021
steps:
2122
- uses: actions/checkout@v3
2223

@@ -46,5 +47,5 @@ jobs:
4647
shell: Rscript {0}
4748

4849
- name: Test coverage
49-
run: covr::codecov()
50+
run: covr::codecov(token = Sys.getenv("CODECOV_TOKEN"))
5051
shell: Rscript {0}

0 commit comments

Comments
 (0)