Skip to content

Commit

Permalink
empty
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed May 13, 2022
1 parent 3111aaf commit ff19cfc
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -489,13 +489,17 @@ jobs:
dnf install -y lcov
cmake --build . --target coverage
# https://github.com/codecov/codecov-action
- name: Upload Coverage
if: ${{ matrix.buildType == 'Coverage' }}
working-directory: ${{github.workspace}}/skupper-router
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -n skupper-router -F unittests -R . -v --gcov
uses: codecov/codecov-action@v3
with:
flags: unittests
verbose: true
gcov: true
name: skupper-router
root_dir: .
working-directory: ${{github.workspace}}/skupper-router

- name: Report coredump stacktraces (if any tests failed)
if: ${{ failure() }}
Expand Down

0 comments on commit ff19cfc

Please sign in to comment.