forked from jshiffer/go-xmpp
Update test.yaml
This commit is contained in:
parent
87fb1dfe78
commit
7186c058fd
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -27,12 +27,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
go test ./... -v -race -coverprofile cover.out -covermode=atomic
|
go test ./... -v -race -coverprofile cover.out -covermode=atomic
|
||||||
- name: Convert coverage to lcov
|
- name: Convert coverage to lcov
|
||||||
uses: jandelgado/gcov2lcov-action
|
uses: jandelgado/gcov2lcov-action@v1
|
||||||
with:
|
with:
|
||||||
infile: cover.out
|
infile: cover.out
|
||||||
outfile: coverage.lcov
|
outfile: coverage.lcov
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
uses: coverallsapp/github-action
|
uses: coverallsapp/github-action@v1
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.github_token }}
|
github-token: ${{ secrets.github_token }}
|
||||||
path-to-lcov: coverage.lcov
|
path-to-lcov: coverage.lcov
|
||||||
|
Loading…
Reference in New Issue
Block a user