Browse Source

Enable gcov support in codecov uploader

Appears this was added in v3 and wasn't available in v2. Doesn't appear to be active by default?
pull/4569/head
ephphatha 4 years ago committed by Anders Jenbo
parent
commit
6fd7e2aa41
  1. 5
      .github/workflows/Linux_x86_64_test.yml

5
.github/workflows/Linux_x86_64_test.yml

@ -35,5 +35,6 @@ jobs:
- name: Run tests
run: cd build && ctest --output-on-failure
- name: Upload results
uses: codecov/codecov-action@v2
# using default arguments, no token required for public repos
uses: codecov/codecov-action@v3
with:
gcov: true

Loading…
Cancel
Save