Skip to content

Commit 387f907

Browse files
authored
Codecov ignoring /tests and /samples (#22)
* added codecov.yml * test * test2 * removed old codecov folder
1 parent ad5a21c commit 387f907

File tree

7 files changed

+3
-9
lines changed

7 files changed

+3
-9
lines changed

.github/codecov/.codecov_base.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/codecov/.codecov_blob.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/codecov/.codecov_fastapi.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/ci_ut_ext_base_workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
name: codecov
5858
fail_ci_if_error: false
5959
# TODO: upgrade to v4 when it is not breaking https://github.com/codecov/codecov-action/issues/1336
60-
# codecov_yml_path: .github/codecov/.codecov_base.yml
6160

6261
send-notification:
6362
runs-on: ubuntu-latest

.github/workflows/ci_ut_ext_blob_workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
name: codecov
5252
fail_ci_if_error: false
5353
# TODO: upgrade to v4 when it is not breaking https://github.com/codecov/codecov-action/issues/1336
54-
# codecov_yml_path: .github/codecov/.codecov_blob.yml
5554

5655

5756
send-notification:

.github/workflows/ci_ut_ext_fastapi_workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
name: codecov
5252
fail_ci_if_error: false
5353
# TODO: upgrade to v4 when it is not breaking https://github.com/codecov/codecov-action/issues/1336
54-
# codecov_yml_path: .github/codecov/.codecov_fastapi.yml
5554

5655
send-notification:
5756
runs-on: ubuntu-latest

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ignore:
2+
- "*/tests/*"
3+
- "*/samples/*"

0 commit comments

Comments
 (0)