mirror of
https://github.com/Fishwaldo/go-logadapter.git
synced 2025-07-23 13:18:48 +00:00
Update build.yml
This commit is contained in:
parent
17601d7326
commit
2a6eeae193
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -16,6 +16,6 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
- name: Run tests
|
||||
run: go test -v -race -covermode=atomic -coverprofile=coverage
|
||||
run: go test -v -race -covermode=atomic -coverprofile=coverage.out
|
||||
- name: Upload coverage to Codecov
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue