Skip to content

Commit

Permalink
Report coverage (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak authored Mar 3, 2023
1 parent 795b18c commit d6dfe83
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
run: make fmt && git diff --exit-code
- name: build, lint, test
run: make build lint test
- name: Report coverage
uses: codecov/[email protected]
with:
files: ./cover.out
flags: unittests
fail_ci_if_error: true

bundle-check:
runs-on: ubuntu-latest
Expand Down

0 comments on commit d6dfe83

Please sign in to comment.