Skip to content

Commit 5365894

Browse files
authored
Try moving codecov integration to github action (#275)
* Try moving codecov integration into github action * Update tests.yml try using the github action instead
1 parent 8375058 commit 5365894

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@ jobs:
3131

3232
- name: go test
3333
run: go test -race -coverprofile=coverage.txt -covermode=atomic ./...
34-
34+
35+
- name: Upload coverage to Codecov
36+
uses: codecov/codecov-action@v1
37+
with:
38+
file: ./coverage.txt

0 commit comments

Comments
 (0)