Skip to content

Commit 2b71af6

Browse files
committed
Use codecov token from repository secret
1 parent 157f1a9 commit 2b71af6

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.codecov.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,3 @@ ignore:
1717
- "inst/include/current/armadillo_bits"
1818
- "inst/include/legacy/armadillo"
1919
- "inst/include/legacy/armadillo_bits"
20-
21-
codecov:
22-
token: 5adfec2d-d501-49a4-a4c7-15fa7d8665b2

.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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
Armadillo 15.0.0 and included fallback used wjem C++11 is detected
88

99
* .github/workflows/ci.yaml (jobs): Reactivate coverage
10-
* .codecov.yml (codecov): Add token, also set as environment variable
1110
* .codecov.yml (ignore): Adjust to 15.0.1 and 14.6.3 inclusion
1211

1312
2025-08-22 Dirk Eddelbuettel <[email protected]>

0 commit comments

Comments
 (0)