Skip to content

Commit

Permalink
CI: try to turn code-coverage on for doc examples
Browse files Browse the repository at this point in the history
  • Loading branch information
sefffal committed Oct 30, 2024
1 parent 8d60ff1 commit 576e0a3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,9 @@ jobs:
GKSwstype: 100 # use software renderer for Plots.jl since headless
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
# DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
run: julia --project=docs/ docs/make.jl
run: julia --project=docs/ --code-coverage=user docs/make.jl
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info

0 comments on commit 576e0a3

Please sign in to comment.