mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 01:13:40 +01:00
Add step for codecov
This commit is contained in:
parent
947a28f45d
commit
147fbe04d7
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -24,4 +24,8 @@ jobs:
|
||||
- name: Build binary to make sure it works
|
||||
run: go build -mod vendor
|
||||
- name: Test
|
||||
run: go test -mod vendor -cover ./...
|
||||
run: go test -mod vendor ./... -race -coverprofile=coverage.txt -covermode=atomic
|
||||
- name: Codecov
|
||||
uses: codecov/codecov-action@v1.0.14
|
||||
with:
|
||||
file: ./coverage.txt
|
||||
|
Loading…
Reference in New Issue
Block a user