Skip to content

Commit 2c048d6

Browse files
authored
Merge pull request #7 from bnicenboim/dev
simplifying the coverage
2 parents dc508b2 + 3d063b2 commit 2c048d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ jobs:
4646
4747
4848
- name: Test coverage
49+
env:
50+
CODECOV_TOKEN: ${{secrets.codecov_token}}
4951
run: |
5052
covr::codecov(
5153
quiet = FALSE,

0 commit comments

Comments
 (0)