diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a24177a9..8588d72ad 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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