mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2025-02-01 15:55:28 +00:00
use codecov projects (#4120)
This commit is contained in:
parent
2e4eed2d2c
commit
b1e1b1f66b
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -66,7 +66,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
file: ./coverage.xml
|
file: ./coverage.xml
|
||||||
name: ${{ matrix.os }}
|
name: ${{ matrix.os }}
|
||||||
fail_ci_if_error: false
|
|
||||||
test-unsupported-python-version:
|
test-unsupported-python-version:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -142,7 +141,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
file: ./web/coverage/coverage-final.json
|
file: ./web/coverage/coverage-final.json
|
||||||
name: web
|
name: web
|
||||||
fail_ci_if_error: false
|
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
env:
|
env:
|
||||||
|
14
codecov.yml
14
codecov.yml
@ -1 +1,15 @@
|
|||||||
comment: off
|
comment: off
|
||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default: false # disable the default status that measures entire project
|
||||||
|
python:
|
||||||
|
threshold: 0.1%
|
||||||
|
paths:
|
||||||
|
- "!web/"
|
||||||
|
web:
|
||||||
|
paths:
|
||||||
|
- "web/"
|
||||||
|
codecov:
|
||||||
|
notify:
|
||||||
|
after_n_builds: 6
|
||||||
|
Loading…
Reference in New Issue
Block a user