update codecov token
This commit is contained in:
parent
243a978ffa
commit
4f01e0b113
4
.github/workflows/v1.yml
vendored
4
.github/workflows/v1.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go: [1.11, 1.12, 1.13]
|
||||
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
@ -51,4 +51,6 @@ jobs:
|
||||
|
||||
- name: Send Coverage Report
|
||||
if: success()
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
|
4
.github/workflows/v2.yml
vendored
4
.github/workflows/v2.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
go: [1.11, 1.12, 1.13]
|
||||
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
@ -51,4 +51,6 @@ jobs:
|
||||
|
||||
- name: Send Coverage Report
|
||||
if: success()
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
run: bash <(curl -s https://codecov.io/bash)
|
||||
|
Loading…
Reference in New Issue
Block a user