We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32813ff commit 9f1dad1Copy full SHA for 9f1dad1
.github/workflows/ci.yml
@@ -23,5 +23,10 @@ jobs:
23
- name: Checkout code
24
uses: actions/checkout@v2
25
26
+ - name: Install dependencies
27
+ run: go get github.com/go-playground/overalls
28
+
29
- name: Go test
- run: go test -race ./...
30
+ run: overalls -project=github.com/imperfectgo/go-strftime -covermode=atomic -outfile=coverage.txt -- -race
31
32
+ - uses: codecov/codecov-action@v1
0 commit comments