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 22bf771 commit 587716aCopy full SHA for 587716a
.github/workflows/test-coverage.yaml
@@ -13,6 +13,7 @@ jobs:
13
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
14
INSEE_APP_KEY: ${{ secrets.INSEE_APP_KEY }}
15
INSEE_APP_SECRET: ${{ secrets.INSEE_APP_SECRET }}
16
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
17
CURLOPT_TIMEOUT: 0
18
steps:
19
- uses: actions/checkout@v2
@@ -42,10 +43,6 @@ jobs:
42
43
shell: Rscript {0}
44
45
- name: Test coverage
- run: covr::codecov()
46
+ run: covr::codecov(token = Sys.getenv("CODECOV_TOKEN"))
47
48
- - name: Upload coverage to Codecov
49
- uses: codecov/codecov-action@v3
50
- with:
51
- token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments