mirror of
https://github.com/gin-gonic/gin.git
synced 2026-09-04 14:49:27 +08:00
Merge c1dfdce90f5b5be576144d33a107d67a0afdef1c into dcaa4296d111981ffb31ac3eba90bb63e1eb5ab9
This commit is contained in:
commit
1d82302fb7
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