Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnake0 committed Nov 24, 2020
1 parent f90a366 commit 385ec80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v1

- name: Test
run: go test -tags debug -race ./...
run: go test -tags debug -race -coverprofile=coverage.txt -covermode=atomic ./...

- name: CodeCov
run: bash <(curl -s https://codecov.io/bash)
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
*.out
*.png
*.exe

coverage.txt

0 comments on commit 385ec80

Please sign in to comment.