Skip to content

Commit 157f1a9

Browse files
committed
Adjust 'ignore' path for coverage to dual includes
1 parent b1c8e8e commit 157f1a9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.codecov.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@ coverage:
1313
comment: false
1414

1515
ignore:
16-
- "inst/include/armadillo"
17-
- "inst/include/armadillo_bits"
16+
- "inst/include/current/armadillo"
17+
- "inst/include/current/armadillo_bits"
18+
- "inst/include/legacy/armadillo"
19+
- "inst/include/legacy/armadillo_bits"
1820

1921
codecov:
2022
token: 5adfec2d-d501-49a4-a4c7-15fa7d8665b2

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
* .github/workflows/ci.yaml (jobs): Reactivate coverage
1010
* .codecov.yml (codecov): Add token, also set as environment variable
11+
* .codecov.yml (ignore): Adjust to 15.0.1 and 14.6.3 inclusion
1112

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

0 commit comments

Comments
 (0)