]> git.proxmox.com Git - mirror_zfs.git/blobdiff - .github/codecov.yml
Improve error message for zfs create with @ or # in name
[mirror_zfs.git] / .github / codecov.yml
index ab0f11d7966ffea8c1f2196194226311137423be..9ae962639e408664469961bfc98bc63a5b8801e5 100644 (file)
@@ -18,4 +18,5 @@ coverage:
 
 comment:
   layout: "reach, diff, flags, footer"
-  behavior: "new"              # delete old, post new
+  behavior: once               # update if exists; post new; skip if deleted
+  require_changes: yes         # only post when coverage changes