diff options
-rw-r--r-- | .github/workflows/code_coverage.yml | 4 | ||||
-rw-r--r-- | codecov.yml | 4 |
2 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 958dd54..3179660 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -1,10 +1,6 @@ name: Code coverage on: - push: - branches: [ stable ] - pull_request: - branches: [ stable ] schedule: - cron: '0 0 */16 * *' workflow_dispatch: diff --git a/codecov.yml b/codecov.yml index 8478b39..35cde5c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,4 @@ coverage: status: - project: - default: - threshold: 2% + project: off patch: off |