Skip to content

Commit 965a18a

Browse files
Merge pull request #100 from ArnoStrouwen/patch-1
doc cov
2 parents 4d0b69d + bddcb9a commit 965a18a

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
@@ -23,4 +23,8 @@ jobs:
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
2525
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
26-
run: julia --project=docs/ docs/make.jl
26+
run: julia --project=docs/ --code-coverage=user docs/make.jl
27+
- uses: julia-actions/julia-processcoverage@v1
28+
- uses: codecov/codecov-action@v1
29+
with:
30+
file: lcov.info

0 commit comments

Comments
 (0)