Skip to content

Commit 07e7655

Browse files
committed
Move coverage files before processing
1 parent 67e8998 commit 07e7655

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
arch: x64
8787
- uses: julia-actions/julia-buildpkg@v1
8888
- uses: actions/download-artifact@v3
89+
- run: |
90+
cp -r coverage-*/* .
91+
rm -rf coverage-*
8992
- uses: julia-actions/julia-processcoverage@v1
9093
- uses: codecov/codecov-action@v2
9194
with:

0 commit comments

Comments
 (0)