mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-13 09:50:00 +08:00
chore: fix codecov problem (#5053)
This commit is contained in:
13
.codecov.yml
13
.codecov.yml
@@ -1,13 +0,0 @@
|
|||||||
coverage:
|
|
||||||
status:
|
|
||||||
patch: true
|
|
||||||
project: true
|
|
||||||
comment:
|
|
||||||
layout: "flags, files"
|
|
||||||
behavior: once
|
|
||||||
require_changes: true
|
|
||||||
ignore:
|
|
||||||
- "tools"
|
|
||||||
- "**/mock"
|
|
||||||
- "**/*_mock.go"
|
|
||||||
- "**/*test"
|
|
||||||
6
.github/workflows/go.yml
vendored
6
.github/workflows/go.yml
vendored
@@ -41,6 +41,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
uses: codecov/codecov-action@v5
|
uses: codecov/codecov-action@v5
|
||||||
|
with:
|
||||||
|
file: ./coverage.txt
|
||||||
|
flags: unittests
|
||||||
|
name: codecov-umbrella
|
||||||
|
fail_ci_if_error: false
|
||||||
|
verbose: true
|
||||||
|
|
||||||
test-win:
|
test-win:
|
||||||
name: Windows
|
name: Windows
|
||||||
|
|||||||
Reference in New Issue
Block a user