Skip to content

Commit

Permalink
fixup! Add coverage report generation to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsAndreasen committed Apr 7, 2024
1 parent b79aa58 commit b55743b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
run: ninja

- name: Test
working-directory: build
working-directory: builddir
shell: bash
run: meson test

- name: Coverage
working-directory: build
working-directory: builddir
shell: bash
run: ninja coverage-html

0 comments on commit b55743b

Please sign in to comment.