From: Alon Date: Sun, 3 Sep 2023 10:19:01 +0000 (+0300) Subject: cov : disable comment in PRs (#2989) X-Git-Tag: gguf-v0.4.0~140 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=73a12a6344d5da4d8e2eba5d12221b8bc6895931;p=pkg%2Fggml%2Fsources%2Fllama.cpp cov : disable comment in PRs (#2989) --- 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