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 authored and ChrisJefferson committed Jan 27, 2022
1 parent af69b91 commit a772183
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: gap-actions/setup-gap-for-packages@v1
- uses: gap-actions/setup-gap@v2
with:
GAPBRANCH: ${{ matrix.gap-branch }}
ABI: ${{ matrix.ABI }}
- uses: gap-actions/run-test-for-packages@v1
- uses: gap-actions/build-pkg@v1
- uses: gap-actions/run-pkg-tests@v2
- uses: gap-actions/process-coverage@v2
- uses: codecov/codecov-action@v2

# The documentation job
manual:
Expand All @@ -42,8 +45,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: gap-actions/setup-gap-for-packages@v1
- uses: gap-actions/compile-documentation-for-packages@v1
- uses: gap-actions/setup-gap@v2
- uses: gap-actions/build-pkg-docs@v1
with:
use-latex: 'true'
- name: 'Upload documentation'
Expand Down

0 comments on commit a772183

Please sign in to comment.