Skip to content

Commit

Permalink
Merge pull request #730 from kristof-mattei/update-from-upstream
Browse files Browse the repository at this point in the history
update from upstream
  • Loading branch information
kristof-mattei authored Apr 2, 2024
2 parents b47cd23 + 5216787 commit 57cb540
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,11 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: reports/lcov.info

- name: Upload coverage results (to Codecov.io)
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
with:
file: reports/lcov.info

- name: Fail if tests failed
shell: bash
if: steps.tests.outcome != 'success'
Expand Down

0 comments on commit 57cb540

Please sign in to comment.