Skip to content

Commit 9c98d4f

Browse files
committed
remove codecov
1 parent 17770a9 commit 9c98d4f

2 files changed

Lines changed: 3 additions & 29 deletions

File tree

.github/workflows/mr_ci.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
name: Units Tests
33

44
on:
5-
pull_request:
6-
branches:
7-
- main
5+
# Manual trigger only
6+
workflow_dispatch:
87

98
# Cancel existing tests on the same PR if a new commit is added to a pull request
109
concurrency:
@@ -51,16 +50,3 @@ jobs:
5150
- name: Test with pytest
5251
run: |
5352
python -m pytest ./tests --ignore=tests/test_text_spotting/
54-
55-
56-
- name: Upload coverage to Codecov
57-
uses: codecov/codecov-action@v4
58-
timeout-minutes: 5
59-
with:
60-
token: ${{ secrets.CODECOV_TOKEN }}
61-
directory: ./coverage/reports/
62-
env_vars: OS,PYTHON
63-
fail_ci_if_error: false
64-
files: ./coverage.xml,!./cache
65-
flags: unittests
66-
name: codecov-umbrella

.github/workflows/mr_ci_text_spotting.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,4 @@ jobs:
7676
7777
- name: Test with pytest
7878
run: |
79-
python -m pytest --cov=./ --cov-report=xml ./tests
80-
81-
- name: Upload coverage to Codecov
82-
uses: codecov/codecov-action@v4
83-
timeout-minutes: 5
84-
with:
85-
token: ${{ secrets.CODECOV_TOKEN }}
86-
directory: ./coverage/reports/
87-
env_vars: OS,PYTHON
88-
fail_ci_if_error: false
89-
files: ./coverage.xml,!./cache
90-
flags: unittests
91-
name: codecov-umbrella
79+
python -m pytest ./tests

0 commit comments

Comments
 (0)