Skip to content

Commit 9a579c8

Browse files
committed
Check if coverage is sbeing overwritten
1 parent 00d7363 commit 9a579c8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
group:
19-
- Core
20-
- 23TestProblems
19+
- All
2120
version:
2221
- '1'
2322
steps:
@@ -41,6 +40,8 @@ jobs:
4140
GROUP: ${{ matrix.group }}
4241
JULIA_NUM_THREADS: 11
4342
- uses: julia-actions/julia-processcoverage@v1
43+
with:
44+
directories: src,ext
4445
- uses: codecov/codecov-action@v3
4546
with:
4647
file: lcov.info

.github/workflows/Downstream.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
5151
exit(0) # Exit immediately, as a success
5252
end
5353
- uses: julia-actions/julia-processcoverage@v1
54+
with:
55+
directories: src,ext
5456
- uses: codecov/codecov-action@v3
5557
with:
5658
file: lcov.info

0 commit comments

Comments
 (0)