Skip to content

Commit

Permalink
build(CI): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Mar 31, 2024
1 parent 61e0bd5 commit 0c12137
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 4 --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"
- name: Upload coverage reports to Codecov
if: ${{ matrix.runs-on == 'buildjet-4vcpu-ubuntu-2204' }}
uses: codecov/codecov-action@v4.0.1
Expand Down

0 comments on commit 0c12137

Please sign in to comment.