Skip to content

Commit f90e100

Browse files
Merge pull request #621 from ArnoStrouwen/libcov
lib cov
2 parents 3bdb9c5 + 6f2a812 commit f90e100

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
env:
4545
GROUP: ${{ matrix.group }}
4646
- uses: julia-actions/julia-processcoverage@v1
47-
- uses: codecov/codecov-action@v1
4847
with:
49-
file: lcov.info
48+
directories: src,lib/NeuralPDELogging/src
49+
- uses: codecov/codecov-action@v3
50+
with:
51+
files: lcov.info

.github/workflows/Documentation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2424
run: julia --project=docs/ --code-coverage=user docs/make.jl
2525
- uses: julia-actions/julia-processcoverage@v1
26-
- uses: codecov/codecov-action@v1
2726
with:
28-
file: lcov.info
27+
directories: src,lib/NeuralPDELogging/src
28+
- uses: codecov/codecov-action@v3
29+
with:
30+
files: lcov.info

0 commit comments

Comments
 (0)