Fix CI.
This commit is contained in:
parent
d67240be36
commit
8ce0e5ded5
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
- name: Execute test and upload coverage
|
- name: Execute test and upload coverage
|
||||||
run: |
|
run: |
|
||||||
go version
|
go version
|
||||||
go test -coverprofile=coverage.txt -covermode=atomic -p 1 ./api ./worker ./cli ./models
|
go test -coverprofile=coverage.txt -covermode=atomic -p 1 ./api ./deliver ./cli ./models
|
||||||
bash <(curl -s https://codecov.io/bash)
|
bash <(curl -s https://codecov.io/bash)
|
||||||
env:
|
env:
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user