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.
2 parents c62a2d7 + 9879006 commit 1f9d963Copy full SHA for 1f9d963
.github/workflows/Documentation.yml
@@ -21,4 +21,8 @@ jobs:
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
23
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
24
- run: julia --project=docs/ docs/make.jl
+ run: julia --project=docs/ --code-coverage=user docs/make.jl
25
+ - uses: julia-actions/julia-processcoverage@v1
26
+ - uses: codecov/codecov-action@v1
27
+ with:
28
+ file: lcov.info
0 commit comments