Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1b740 commit 927ba5eCopy full SHA for 927ba5e
.github/workflows/Documentation.yml
@@ -43,8 +43,4 @@ jobs:
43
DATADEPS_ALWAYS_ACCEPT: true
44
run: |
45
julia --code-coverage=user --project=docs/ --color=yes docs/genmkds.jl
46
- julia --code-coverage=user --project=docs/ --color=yes docs/make.jl
47
- - uses: julia-actions/julia-processcoverage@v1
48
- - uses: codecov/codecov-action@v2
49
- with:
50
- files: lcov.info
+ julia --code-coverage=user --project=docs/ --color=yes docs/make.jl
0 commit comments