Skip to content

Commit

Permalink
Run codecov only for go1.19 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotak authored Mar 16, 2023
1 parent 725e26f commit 36c2119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@ jobs:
- name: build, lint, test
run: make build lint test
- name: Report coverage
if: ${{ matrix.go == '1.19' }}
uses: codecov/[email protected]
with:
files: ./cover.out
flags: unittests
fail_ci_if_error: false
fail_ci_if_error: false

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

0 comments on commit 36c2119

Please sign in to comment.