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 765fb77 commit e5ae7e9Copy full SHA for e5ae7e9
.github/workflows/ci.yaml
@@ -34,4 +34,6 @@ jobs:
34
35
- name: Coverage
36
if: ${{ matrix.os == 'ubuntu-latest' }}
37
+ env:
38
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
39
run: ./run.sh coverage
ChangeLog
@@ -1,3 +1,7 @@
1
+2025-08-23 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * .github/workflows/ci.yaml (jobs): Re-enable coverage
4
5
2025-04-04 Dirk Eddelbuettel <edd@debian.org>
6
7
* .github/workflows/ci.yaml: Switch to r-ci with included bootstrap
0 commit comments