update codecov token

This commit is contained in:
Ajitem Sahasrabuddhe 2019-12-02 14:33:48 +05:30
parent 243a978ffa
commit 4f01e0b113
No known key found for this signature in database
GPG Key ID: 5B0EE10DAA76876C
2 changed files with 6 additions and 2 deletions

View File

@ -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)

View File

@ -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)