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 4d0b69d + bddcb9a commit 965a18aCopy full SHA for 965a18a
.github/workflows/Documentation.yml
@@ -23,4 +23,8 @@ jobs:
23
env:
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
25
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
26
- run: julia --project=docs/ docs/make.jl
+ 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