diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2022-11-03 14:09:37 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2022-11-03 14:09:37 -0400 |
commit | 0cb2db4d17fb5268400dc80b1b2e78c4740cc39a (patch) | |
tree | 4781795dd7343980eca2ad46cc79eed3e0756b7b /.github | |
parent | 7d63af86b012b14c3a711e0a16439fb5d55e5079 (diff) | |
download | bfs-0cb2db4d17fb5268400dc80b1b2e78c4740cc39a.tar.xz |
codecov: Fix conflicts between src/*.c and tests/*.c
Diffstat (limited to '.github')
-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 c8808d3..4bcc6ff 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -25,7 +25,7 @@ jobs: - name: Generate coverage run: | make -j$(nproc) gcov check TEST_FLAGS="--sudo" - gcov -abcfu obj/*/*.o + gcov -abcfpu obj/*/*.o - uses: codecov/codecov-action@v3.1.0 with: |