Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 6ad9828

Browse files
Merge pull request #90 from ArnoStrouwen/patch-1
doc cov
2 parents ff15088 + d54be34 commit 6ad9828

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,12 @@ jobs:
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
- run: |
58-
julia --project=docs -e '
58+
julia --project=docs --code-coverage=user -e '
5959
using Documenter: DocMeta, doctest
6060
using NeuralOperators
6161
DocMeta.setdocmeta!(NeuralOperators, :DocTestSetup, :(using NeuralOperators); recursive=true)
6262
doctest(NeuralOperators)'
63+
- uses: julia-actions/julia-processcoverage@v1
64+
- uses: codecov/codecov-action@v1
65+
with:
66+
file: lcov.info

0 commit comments

Comments
 (0)