Skip to content

Commit

Permalink
🎉 add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nothinux committed Jun 12, 2022
1 parent c6175b1 commit 92810d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ jobs:
uses: actions/checkout@v2

- name: Test
run: go test -v -count=1 ./... -race -covermode=atomic -coverprofile=coverage.out
run: go test -v -count=1 ./... -race -covermode=atomic -coverprofile=coverage.out

- name: upload coverage to codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 92810d3

Please sign in to comment.