mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-12 12:40:29 +08:00
Remove codecov from the repo (#3415)
This commit is contained in:
parent
952da337a6
commit
40b5ab8c29
9
.github/workflows/backend.yml
vendored
9
.github/workflows/backend.yml
vendored
@ -73,11 +73,4 @@ jobs:
|
||||
. venv/bin/activate
|
||||
coverage run -m pytest -m "${{ matrix.test-type }}"
|
||||
coverage xml
|
||||
- uses: codecov/codecov-action@v3
|
||||
with:
|
||||
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
|
||||
files: coverage.xml # optional
|
||||
#flags: unittests # optional
|
||||
#name: codecov-umbrella # optional
|
||||
#fail_ci_if_error: true # optional (default = false)
|
||||
#verbose: true # optional (default = false)
|
||||
|
||||
|
@ -25,6 +25,8 @@ No changes to highlight.
|
||||
## Full Changelog:
|
||||
|
||||
- Prevent in-place updates of `generic_update` by shallow copying by [@gitgithan](https://github.com/gitgithan) in [PR 3405](https://github.com/gradio-app/gradio/pull/3405) to fix [#3282](https://github.com/gradio-app/gradio/issues/3282)
|
||||
- Fix markdown embedded component in docs by [@aliabd](https://github.com/aliabd) in [PR 3410](https://github.com/gradio-app/gradio/pull/3410)
|
||||
- Remove codecov from the repo [@aliabd](https://github.com/aliabd) in [PR 3415](https://github.com/gradio-app/gradio/pull/3415)
|
||||
|
||||
## Contributors Shoutout:
|
||||
|
||||
@ -44,7 +46,6 @@ chatbot = gr.Chatbot().style(height=500)
|
||||
|
||||
- Ensure uploaded images are always shown in the sketch tool by [@pngwn](https://github.com/pngwn) in [PR 3386](https://github.com/gradio-app/gradio/pull/3386)
|
||||
- Fixes bug where when if fn is a non-static class member, then self should be ignored as the first param of the fn by [@or25](https://github.com/or25) in [PR #3227](https://github.com/gradio-app/gradio/pull/3227)
|
||||
- Fix markdown embedded component in docs by [@aliabd](https://github.com/aliabd) in [PR 3410](https://github.com/gradio-app/gradio/pull/3410)
|
||||
|
||||
## Documentation Changes:
|
||||
|
||||
|
@ -7,8 +7,6 @@
|
||||
|
||||
[](https://github.com/gradio-app/gradio/actions/workflows/backend.yml)
|
||||
[](https://github.com/gradio-app/gradio/actions/workflows/ui.yml)
|
||||
|
||||
[<img src="https://codecov.io/gh/gradio-app/gradio/branch/master/graph/badge.svg" alt="codecov">](https://app.codecov.io/gh/gradio-app/gradio)
|
||||
[](https://pypi.org/project/gradio/)
|
||||
[](https://pypi.org/project/gradio/)
|
||||

|
||||
|
17
codecov.yml
17
codecov.yml
@ -1,17 +0,0 @@
|
||||
coverage:
|
||||
range: 0..100
|
||||
round: down
|
||||
precision: 2
|
||||
status:
|
||||
project:
|
||||
default: false # disable the default status that measures entire project
|
||||
source:
|
||||
paths:
|
||||
- "gradio/"
|
||||
target: 70%
|
||||
threshold: 0.1
|
||||
patch: off
|
||||
|
||||
comment: false
|
||||
codecov:
|
||||
require_ci_to_pass: yes
|
@ -8,7 +8,6 @@
|
||||
|
||||
[](https://github.com/gradio-app/gradio/actions/workflows/backend.yml)
|
||||
[](https://github.com/gradio-app/gradio/actions/workflows/ui.yml)
|
||||
[<img src="https://codecov.io/gh/gradio-app/gradio/branch/master/graph/badge.svg" alt="codecov">](https://app.codecov.io/gh/gradio-app/gradio)
|
||||
[](https://pypi.org/project/gradio/)
|
||||
[](https://pypi.org/project/gradio/)
|
||||

|
||||
|
@ -5,8 +5,6 @@
|
||||
|
||||
[](https://github.com/gradio-app/gradio/actions/workflows/backend.yml)
|
||||
[](https://github.com/gradio-app/gradio/actions/workflows/ui.yml)
|
||||
|
||||
[<img src="https://codecov.io/gh/gradio-app/gradio/branch/master/graph/badge.svg" alt="codecov">](https://app.codecov.io/gh/gradio-app/gradio)
|
||||
[](https://pypi.org/project/gradio/)
|
||||
[](https://pypi.org/project/gradio/)
|
||||

|
||||
|
Loading…
x
Reference in New Issue
Block a user