Skip to content

Commit

Permalink
Merge pull request #360 from jgaeddert/coverage-dev
Browse files Browse the repository at this point in the history
github: migrating to codecov.io action
  • Loading branch information
jgaeddert committed Apr 14, 2024
2 parents 5c3fdf1 + c4a5685 commit 90d27ce
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- master
- coverage-dev

jobs:
standard:
Expand Down Expand Up @@ -45,5 +46,9 @@ jobs:
- name: make coverage
run: make -j 2 coverage

- name: upload report
run: bash <(curl -s https://codecov.io/bash)
- name: upload report to codecov with github action
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 90d27ce

Please sign in to comment.