Skip to content

Commit

Permalink
coverage: remove action; upload coverage to artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
kukymbr committed Oct 31, 2023
1 parent af3e595 commit 5199a58
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,14 @@ jobs:
- name: Test
run: make test

- name: Upload Go test coverage
uses: actions/upload-artifact@v3
with:
name: coverage
path: coverage.*

- name: Lint
run: make lint

- name: Build
run: make build

- name: Update coverage report
uses: ncruces/go-coverage-report@v0
with:
coverage-file: coverage.out
report: true
chart: true
amend: true
reuse-go: true
continue-on-error: true

0 comments on commit 5199a58

Please sign in to comment.