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 7d709c3 commit 7c77b2fCopy full SHA for 7c77b2f
.github/workflows/UnitTests.yml
@@ -66,6 +66,13 @@ jobs:
66
Pkg.develop(path="lib/MPIPreferences")
67
68
- 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 }}
76
77
test-openmpi-jll:
78
timeout-minutes: 20
0 commit comments