Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 927ba5e

Browse files
committed
rm coverage
1 parent 4f1b740 commit 927ba5e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,4 @@ jobs:
4343
DATADEPS_ALWAYS_ACCEPT: true
4444
run: |
4545
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
46+
julia --code-coverage=user --project=docs/ --color=yes docs/make.jl

0 commit comments

Comments
 (0)