mirror of
https://github.com/gin-gonic/gin.git
synced 2026-09-04 22:53:34 +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
|
args: --verbose
|
||||||
test:
|
test:
|
||||||
needs: lint
|
needs: lint
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest, macos-latest]
|
||||||
@ -80,4 +83,5 @@ jobs:
|
|||||||
- name: Upload coverage to Codecov
|
- name: Upload coverage to Codecov
|
||||||
uses: codecov/codecov-action@v7
|
uses: codecov/codecov-action@v7
|
||||||
with:
|
with:
|
||||||
|
use_oidc: true
|
||||||
flags: ${{ matrix.os }},go-${{ matrix.go }},${{ matrix.test-tags }}
|
flags: ${{ matrix.os }},go-${{ matrix.go }},${{ matrix.test-tags }}
|
||||||
|
|||||||
@ -1,6 +1,7 @@
|
|||||||
coverage:
|
codecov:
|
||||||
require_ci_to_pass: true
|
require_ci_to_pass: true
|
||||||
|
|
||||||
|
coverage:
|
||||||
status:
|
status:
|
||||||
project:
|
project:
|
||||||
default:
|
default:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user