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 00d7363 commit 9a579c8Copy full SHA for 9a579c8
.github/workflows/CI.yml
@@ -16,8 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
group:
19
- - Core
20
- - 23TestProblems
+ - All
21
version:
22
- '1'
23
steps:
@@ -41,6 +40,8 @@ jobs:
41
40
GROUP: ${{ matrix.group }}
42
JULIA_NUM_THREADS: 11
43
- uses: julia-actions/julia-processcoverage@v1
+ with:
44
+ directories: src,ext
45
- uses: codecov/codecov-action@v3
46
with:
47
file: lcov.info
.github/workflows/Downstream.yml
@@ -51,6 +51,8 @@ jobs:
51
exit(0) # Exit immediately, as a success
52
end
53
54
55
56
57
58
0 commit comments