Skip to content

Commit 545f68e

Browse files
Merge pull request #60 from ArnoStrouwen/patch-2
doc cov
2 parents f675d9f + a629680 commit 545f68e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
2424
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
25-
run: julia --project=docs/ docs/make.jl
25+
run: julia --project=docs/ --code-coverage=user docs/make.jl
26+
- uses: julia-actions/julia-processcoverage@v1
27+
- uses: codecov/codecov-action@v1
28+
with:
29+
file: lcov.info

0 commit comments

Comments
 (0)