Skip to content

Commit 1f57a81

Browse files
committed
codecov
1 parent 2b4e82d commit 1f57a81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-coverage.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: test-coverage
1010

1111
jobs:
1212
test-coverage:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
env:
1515
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1616

@@ -37,5 +37,3 @@ jobs:
3737
- name: Test coverage
3838
run: covr::codecov(quiet = FALSE)
3939
shell: Rscript {0}
40-
env:
41-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)