mirror of
https://github.com/gin-gonic/gin.git
synced 2026-09-04 14:49:27 +08:00
ci(codecov): fix stale comparison base and invalid config
Signed-off-by: Bob Du <i@bobdu.cc>
This commit is contained in:
parent
dcaa4296d1
commit
c1dfdce90f
4
.github/workflows/gin.yml
vendored
4
.github/workflows/gin.yml
vendored
@ -30,6 +30,9 @@ jobs:
|
||||
args: --verbose
|
||||
test:
|
||||
needs: lint
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
@ -80,4 +83,5 @@ jobs:
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v7
|
||||
with:
|
||||
use_oidc: true
|
||||
flags: ${{ matrix.os }},go-${{ matrix.go }},${{ matrix.test-tags }}
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
coverage:
|
||||
codecov:
|
||||
require_ci_to_pass: true
|
||||
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user