Skip to content

Commit 7c77b2f

Browse files
authored
Hopefully begin uploading coverage again (#778)
1 parent 7d709c3 commit 7c77b2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/UnitTests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ jobs:
6666
Pkg.develop(path="lib/MPIPreferences")
6767
6868
- uses: julia-actions/julia-runtest@latest
69+
- uses: julia-actions/julia-processcoverage@v1
70+
- uses: codecov/codecov-action@v3
71+
with:
72+
files: lcov.info
73+
- uses: julia-actions/julia-uploadcoveralls@v1
74+
env:
75+
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
6976

7077
test-openmpi-jll:
7178
timeout-minutes: 20

0 commit comments

Comments
 (0)