Skip to content

Commit

Permalink
CI: Ensure code coverage reporting will work in February 2022 and beyond
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 26, 2022
1 parent 1c08089 commit 6345e42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ jobs:
- uses: gap-actions/build-pkg@v1
with:
ABI: ${{ matrix.ABI }}
- uses: gap-actions/run-pkg-tests@v1
- uses: gap-actions/run-pkg-tests@v2
- uses: gap-actions/process-coverage@v2
- uses: codecov/codecov-action@v2

# The documentation job
manual:
Expand Down

0 comments on commit 6345e42

Please sign in to comment.