Skip to content

Commit e5ae7e9

Browse files
committed
Re-enable coverage
1 parent 765fb77 commit e5ae7e9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434

3535
- name: Coverage
3636
if: ${{ matrix.os == 'ubuntu-latest' }}
37+
env:
38+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3739
run: ./run.sh coverage

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2025-08-23 Dirk Eddelbuettel <[email protected]>
2+
3+
* .github/workflows/ci.yaml (jobs): Re-enable coverage
4+
15
2025-04-04 Dirk Eddelbuettel <[email protected]>
26

37
* .github/workflows/ci.yaml: Switch to r-ci with included bootstrap

0 commit comments

Comments
 (0)