Skip to content

Commit

Permalink
doc cov
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnoStrouwen authored Aug 30, 2022
1 parent 27c38ce commit d54be34
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: |
julia --project=docs -e '
julia --project=docs --code-coverage=user -e '
using Documenter: DocMeta, doctest
using NeuralOperators
DocMeta.setdocmeta!(NeuralOperators, :DocTestSetup, :(using NeuralOperators); recursive=true)
doctest(NeuralOperators)'
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
with:
file: lcov.info

0 comments on commit d54be34

Please sign in to comment.