2
0

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:
thinkerou
2022-04-22 18:52:59 +08:00
committed by GitHub
+1 -1
View File
@@ -49,7 +49,7 @@ jobs:
- name: Test
run: go test -race -v -count=1 -coverprofile=coverage.out ./...
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: go-${{ matrix.go-version }}