Skip to content

Commit

Permalink
ci: update codecov workflow (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenfengwang authored Sep 7, 2022
1 parent 3f72df1 commit fe92767
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,17 @@ jobs:
codecov:
strategy:
matrix:
go-version: [ 1.17.x, 1.18.x ]
go: [ 1.17, 1.18 ]
os: [ ubuntu-latest ]
name: codecov
runs-on: ${{ matrix.os }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
check-latest: true
- name: checkout-vanus
uses: actions/checkout@v3
- name: Generate coverage report
Expand Down

0 comments on commit fe92767

Please sign in to comment.