diff options
author | Alon <alonfaraj@gmail.com> | 2023-09-03 13:19:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-03 13:19:01 +0300 |
commit | 73a12a6344d5da4d8e2eba5d12221b8bc6895931 (patch) | |
tree | d59de8e537ed8551172a931207823c3d73920000 | |
parent | 37301347767d555d0a66c043ce4ef6ead8e61c55 (diff) |
cov : disable comment in PRs (#2989)
-rw-r--r-- | codecov.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..a301c5b2 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +comment: off + +coverage: + status: + project: + default: + target: auto + threshold: 0 + base: auto + patch: + default: + target: auto + threshold: 0 + base: auto |