Skip to content

Commit 7c7744a

Browse files
committed
Upload coverage to Coveralls
1 parent 1d2934c commit 7c7744a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ jobs:
4141

4242
- name: Test
4343
run: go test -v -race -coverprofile=coverage.out -covermode=atomic ./...
44+
45+
- name: Upload coverage
46+
uses: coverallsapp/github-action@v2
47+
with:
48+
path-to-lcov: coverage.out
49+
parallel: false

0 commit comments

Comments
 (0)