Skip to content

Commit

Permalink
codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed May 21, 2022
1 parent ff3cf4f commit e6386e9
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,6 @@ jobs:
- name: checkout
uses: actions/checkout@v3
- name: test
run: go test -coverprofile coverage.out -covermode atomic ./...
run: go test -race -coverprofile coverage.out -covermode atomic ./...
- name: Send coverage
uses: shogo82148/actions-goveralls@v1
with:
github-token: ${{ secrets.github_token }}
path-to-profile: coverage.out
parallel: true
job-number: ${{ strategy.job-index }}
finish:
runs-on: ubuntu-latest
needs: test
steps:
- name: finish coverage report
uses: shogo82148/actions-goveralls@v1
with:
github-token: ${{ secrets.github_token }}
parallel-finished: true
uses: codecov/codecov-action@v1

0 comments on commit e6386e9

Please sign in to comment.