Skip to content

Commit

Permalink
Switch to codecov github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Sep 5, 2022
1 parent a3a526e commit b8b72fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1
fetch-depth: 2
- name: install lcov
run: |
sudo apt install lcov
Expand Down Expand Up @@ -99,10 +99,10 @@ jobs:
#lcov --remove coverage.info '/usr/*' --output-file coverage.info
#lcov --list coverage.info
- name: upload coverage report
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true

amalgamation:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit b8b72fa

Please sign in to comment.