Skip to content

Commit

Permalink
chore: bump coverage Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Nov 2, 2023
1 parent 1a15a49 commit 6121e6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,14 @@ jobs:
run: cp coverage.out $RUNNER_TEMP

- name: Update coverage report
uses: ncruces/go-coverage-report@21fa4b59396f242b81896a3cd212a463589b6742
uses: ncruces/go-coverage-report@57ac6f0f19874f7afbab596105154f08004f482e
with:
coverage-file: ${{ runner.temp }}/coverage.out
report: 'true'
chart: 'true'
reuse-go: 'true'
if: |
github.event_name == 'push'
continue-on-error: true
lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6121e6c

Please sign in to comment.