diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-01 14:23:20 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-01 14:29:14 -0400 |
commit | 99260d347b91f9f7ede335b7f582cee34ead2b0c (patch) | |
tree | 08dfad227999530fc7063f4e37cfeff045721ac7 /.github/workflows/codecov.yml | |
parent | 1f06941a7cc586c78152ca67dec0551106977b08 (diff) | |
download | bfs-99260d347b91f9f7ede335b7f582cee34ead2b0c.tar.xz |
build: Add some nice aliases to ./configure
Diffstat (limited to '.github/workflows/codecov.yml')
-rw-r--r-- | .github/workflows/codecov.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index bb68927..6aaace6 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -25,7 +25,7 @@ jobs: - name: Generate coverage run: | - ./configure GCOV=y + ./configure --enable-gcov make -j$(nproc) check TEST_FLAGS="--sudo" gcov -abcfpu obj/*/*.o |