Skip to content

Commit

Permalink
build(CI): optimize github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Apr 1, 2024
1 parent 74ba98d commit cbe74b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
nix \
--extra-experimental-features "nix-command flakes" \
--option filter-syscalls false \
develop --command bash -c "cd build && gcovr -j 1 --delete --root ../ --print-summary --xml-pretty --xml coverage.xml . --gcov-executable gcov"
develop --command bash -c "cd build && gcovr -j 1 --delete --root ../ --print-summary --xml-pretty --xml coverage.xml . --gcov-executable gcov --gcov-ignore-parse-errors=negative_hits.warn_one"
- name: Upload coverage reports to Codecov
if: ${{ matrix.runs-on == 'buildjet-4vcpu-ubuntu-2204' }}
uses: codecov/codecov-action@v4.1.1
Expand Down

0 comments on commit cbe74b6

Please sign in to comment.