diff options
| -rw-r--r-- | .codecov.yml | 3 | ||||
| -rw-r--r-- | .gitignore | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..1deea58 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,3 @@ +coverage: + status: + patch: off
\ No newline at end of file @@ -3,6 +3,7 @@ build/* +out/* .cache/* tests/logs/* |
