Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Dec 14, 2023
1 parent bd4c7c6 commit d72caaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,14 @@ jobs:
echo "CXX=g++-13" >> $GITHUB_ENV
echo "GCOV=gcov-13" >> $GITHUB_ENV
- name: Coverage
run: COVERAGE_GCOV_OPTIONS=--branch-counts bazel coverage ...
run: bazel coverage ...
- name: Summary
run: lcov --summary bazel-out/_coverage/_coverage_report.dat
- name: Upload
run: |
wget --no-verbose --output-document=codecov https://github.com/codecov/uploader/releases/download/v0.7.1/codecov-linux
chmod +x codecov
./codecov -Z -f bazel-out/_coverage/_coverage_report.dat
./codecov -Z
# linux-gcc-13-no-exceptions:
# runs-on: ubuntu-22.04
Expand Down

0 comments on commit d72caaa

Please sign in to comment.