File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,3 @@ ignore:
17
17
- " inst/include/current/armadillo_bits"
18
18
- " inst/include/legacy/armadillo"
19
19
- " inst/include/legacy/armadillo_bits"
20
-
21
- codecov :
22
- token : 5adfec2d-d501-49a4-a4c7-15fa7d8665b2
Original file line number Diff line number Diff line change 34
34
35
35
- name : Coverage
36
36
if : ${{ matrix.os == 'ubuntu-latest' }}
37
+ env :
38
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
37
39
run : ./run.sh coverage
Original file line number Diff line number Diff line change 7
7
Armadillo 15.0.0 and included fallback used wjem C++11 is detected
8
8
9
9
* .github/workflows/ci.yaml (jobs): Reactivate coverage
10
- * .codecov.yml (codecov): Add token, also set as environment variable
11
10
* .codecov.yml (ignore): Adjust to 15.0.1 and 14.6.3 inclusion
12
11
13
12
2025-08-22 Dirk Eddelbuettel <
[email protected] >
You can’t perform that action at this time.
0 commit comments