diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..a04e2e3 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,15 @@ +ignore: + +# Do not notify until at least three results have been uploaded from the CI pipeline. +# (This corresponds to the three main platforms we support: Linux, macOS, and Windows.) +codecov: + notify: + after_n_builds: 3 +comment: + after_n_builds: 3 + +coverage: + status: + project: + default: + threshold: 0.05%