Skip to content

Commit

Permalink
build: run tests before coverage tool
Browse files Browse the repository at this point in the history
Obviously, we need to run the tests before the coverage tool.

Signed-off-by: Daniel Wagner <[email protected]>
  • Loading branch information
igaw committed Aug 31, 2023
1 parent b5dc455 commit b739974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ test_meson() {
}

test_meson_coverage() {
"${MESON}" test \
-C "${BUILDDIR}"
ninja -C "${BUILDDIR}" coverage --verbose
}

Expand Down

0 comments on commit b739974

Please sign in to comment.