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:
|
||||
file: ./coverage.xml
|
||||
name: ${{ matrix.os }}
|
||||
fail_ci_if_error: false
|
||||
test-unsupported-python-version:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -142,7 +141,6 @@ jobs:
|
||||
with:
|
||||
file: ./web/coverage/coverage-final.json
|
||||
name: web
|
||||
fail_ci_if_error: false
|
||||
|
||||
docs:
|
||||
env:
|
||||
|
14
codecov.yml
14
codecov.yml
@ -1 +1,15 @@
|
||||
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