Skip to content

Commit

Permalink
Merge pull request #81 from ArnoStrouwen/patch-2
Browse files Browse the repository at this point in the history
doc cov
  • Loading branch information
ChrisRackauckas authored Aug 27, 2022
2 parents a20dd5d + 8c42685 commit 5bec347
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication 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 5bec347

Please sign in to comment.