Skip to content

Commit

Permalink
Merge pull request #356 from JuliaReach/schillic/coverage
Browse files Browse the repository at this point in the history
Report coverage of documentation
  • Loading branch information
schillic authored Feb 3, 2024
2 parents 78e95de + e4a8e28 commit 352f609
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 @@ -35,4 +35,8 @@ jobs:
GKSwstype: nul # fix for Plots with GR backend
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # authentication with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # authentication with SSH deploy key
run: julia --project=docs/ docs/make.jl
run: julia --project=docs/ --code-coverage=user docs/make.jl
- name: Process coverage
uses: julia-actions/julia-processcoverage@v1
- name: Upload coverage
uses: codecov/codecov-action@v3

0 comments on commit 352f609

Please sign in to comment.