mirror of
https://github.com/Fishwaldo/go-taskmanager.git
synced 2025-03-15 19:31:40 +00:00
Merge branch 'main' of https://github.com/Fishwaldo/go-taskmanager into main
This commit is contained in:
commit
b10cc9cb9e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -17,5 +17,5 @@ jobs:
|
|||
uses: actions/checkout@v1
|
||||
- name: Run tests
|
||||
run: go test -v -race -covermode=atomic -coverprofile=coverage.out
|
||||
- name: Upload coverage to Codecov
|
||||
- name: Upload coverage to Codecov
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Add table
Reference in a new issue