Skip to content

Commit

Permalink
feat: Add codecov support
Browse files Browse the repository at this point in the history
  • Loading branch information
timonwong committed Dec 17, 2020
1 parent 32813ff commit 9f1dad1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies
run: go get github.com/go-playground/overalls

- name: Go test
run: go test -race ./...
run: overalls -project=github.com/imperfectgo/go-strftime -covermode=atomic -outfile=coverage.txt -- -race

- uses: codecov/codecov-action@v1

0 comments on commit 9f1dad1

Please sign in to comment.