diff --git a/codecov.yml b/.github/codecov.yml similarity index 69% rename from codecov.yml rename to .github/codecov.yml index 0d1814fed..f53151de0 100644 --- a/codecov.yml +++ b/.github/codecov.yml @@ -1,6 +1,6 @@ codecov: - notify: - after_n_builds: 11 + notify: + after_n_builds: 11 comment: after_n_builds: 11 @@ -8,14 +8,13 @@ comment: coverage: status: project: - default: false # disable the default status that measures entire project tests: paths: - "tests/" target: 100% source: paths: - - "jupytext/" + - "src/jupytext/" target: 97% threshold: 0.002 patch: