Skip to content

Commit

Permalink
Hopefully begin uploading coverage again
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed Oct 11, 2023
1 parent 7d709c3 commit b3b183b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/UnitTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ jobs:
Pkg.develop(path="lib/MPIPreferences")
- uses: julia-actions/julia-runtest@latest
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
with:
files: lcov.info
- uses: julia-actions/julia-uploadcoveralls@v1
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}

test-openmpi-jll:
timeout-minutes: 20
Expand Down

0 comments on commit b3b183b

Please sign in to comment.