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.
1 parent 8e89af2 commit 106f3bcCopy full SHA for 106f3bc
.github/workflows/Documentation.yml
@@ -22,4 +22,8 @@ jobs:
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
GKSwstype: "100" # https://discourse.julialang.org/t/generation-of-documentation-fails-qt-qpa-xcb-could-not-connect-to-display/60988
25
- run: julia --project=docs/ docs/make.jl
+ 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