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 b1c8e8e commit 157f1a9Copy full SHA for 157f1a9
.codecov.yml
@@ -13,8 +13,10 @@ coverage:
13
comment: false
14
15
ignore:
16
- - "inst/include/armadillo"
17
- - "inst/include/armadillo_bits"
+ - "inst/include/current/armadillo"
+ - "inst/include/current/armadillo_bits"
18
+ - "inst/include/legacy/armadillo"
19
+ - "inst/include/legacy/armadillo_bits"
20
21
codecov:
22
token: 5adfec2d-d501-49a4-a4c7-15fa7d8665b2
ChangeLog
@@ -8,6 +8,7 @@
8
9
* .github/workflows/ci.yaml (jobs): Reactivate coverage
10
* .codecov.yml (codecov): Add token, also set as environment variable
11
+ * .codecov.yml (ignore): Adjust to 15.0.1 and 14.6.3 inclusion
12
2025-08-22 Dirk Eddelbuettel <[email protected]>
0 commit comments