mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
update version of codecove to 1.04
This commit is contained in:
parent
259dc95366
commit
c03b87dac0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
||||||
GOOS=freebsd go build -mod=vendor ./app/victoria-metrics
|
GOOS=freebsd go build -mod=vendor ./app/victoria-metrics
|
||||||
GOOS=darwin go build -mod=vendor ./app/victoria-metrics
|
GOOS=darwin go build -mod=vendor ./app/victoria-metrics
|
||||||
- name: Publish coverage
|
- name: Publish coverage
|
||||||
uses: codecov/codecov-action@v1.0.0
|
uses: codecov/codecov-action@v1.0.4
|
||||||
with:
|
with:
|
||||||
token: ${{secrets.CODECOV_TOKEN}}
|
token: ${{secrets.CODECOV_TOKEN}}
|
||||||
file: ./coverage.txt
|
file: ./coverage.txt
|
||||||
|
|
Loading…
Reference in a new issue