Skip to content

Commit 0461a23

Browse files
authored
Publish coverage information to CodeCov (treeverse#410)
Former-commit-id: cf722f73d7663f3cb55b62903554f8377cf8c326
1 parent 8937a81 commit 0461a23

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/go.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Go
2-
on:
2+
on:
33
push:
44
branches:
55
-master
@@ -46,3 +46,8 @@ jobs:
4646
- name: Run tests
4747
run: |
4848
make test
49+
- name: Publish coverage
50+
uses: codecov/codecov-action@v1
51+
with:
52+
files: ./cover.out,api/cover.out
53+
fail_ci_if_error: false

0 commit comments

Comments
 (0)