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:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
go: [1.11, 1.12, 1.13]
|
go: [1.11, 1.12, 1.13]
|
||||||
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
|
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
@ -51,4 +51,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Send Coverage Report
|
- name: Send Coverage Report
|
||||||
if: success()
|
if: success()
|
||||||
|
env:
|
||||||
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
run: bash <(curl -s https://codecov.io/bash)
|
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:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
go: [1.11, 1.12, 1.13]
|
go: [1.11, 1.12, 1.13]
|
||||||
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
|
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
@ -51,4 +51,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Send Coverage Report
|
- name: Send Coverage Report
|
||||||
if: success()
|
if: success()
|
||||||
|
env:
|
||||||
|
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||||
run: bash <(curl -s https://codecov.io/bash)
|
run: bash <(curl -s https://codecov.io/bash)
|
||||||
|
Loading…
Reference in New Issue
Block a user