Skip to content

Commit

Permalink
Update build-and-test.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Collins <[email protected]>
  • Loading branch information
benmcollins authored Jan 4, 2025
1 parent f127ce7 commit f225fac
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,15 @@ jobs:

- name: Test
working-directory: ${{github.workspace}}/build
run: ctest
run: make check

- name: Coverage
working-directory: ${{github.workspace}}/build
run: make check-code-coverage

- uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
gcov_args: --filter libjwt/\*

- name: Memcheck
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit f225fac

Please sign in to comment.