Merge pull request #11 from gin-contrib/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
This commit is contained in:
@@ -49,7 +49,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test -race -v -count=1 -coverprofile=coverage.out ./...
|
run: go test -race -v -count=1 -coverprofile=coverage.out ./...
|
||||||
- uses: codecov/codecov-action@v2
|
- uses: codecov/codecov-action@v3
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
flags: go-${{ matrix.go-version }}
|
flags: go-${{ matrix.go-version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user