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 Feb 2, 2022
1 parent c04cba3 commit fe7ab74
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 @@ -23,11 +23,14 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: gap-actions/setup-gap-for-packages@v1
- uses: gap-actions/setup-gap@v2
with:
GAP_PKGS_TO_BUILD: "ace io profiling"
GAPBRANCH: ${{ matrix.gap-branch }}
- 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 @@ -38,10 +41,10 @@ jobs:

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

0 comments on commit fe7ab74

Please sign in to comment.