From 43dd2a4a31c8a7d0070164c678844504db939fbb Mon Sep 17 00:00:00 2001 From: Sebastien Morais Date: Fri, 8 Nov 2024 12:02:14 +0100 Subject: [PATCH 1/2] chore: fix codecov.yml content --- codecov.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 5185040ae4..408b112920 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,6 +7,7 @@ comment: layout: "diff" behavior: default require_changes: true # Avoid coverage comment if no files are changed. + after_n_builds: 3 coverage: range: 70..100 @@ -30,5 +31,3 @@ codecov: wait_for_ci: yes # do not notify until at least 5 builds have been uploaded from the CI pipeline after_n_builds: 3 - comment: - after_n_builds: 3 \ No newline at end of file From 253521f467301b9395d62f96586d7f6d086c96d1 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 8 Nov 2024 11:08:24 +0000 Subject: [PATCH 2/2] chore: adding changelog file 3542.added.md [dependabot-skip] --- doc/changelog.d/3542.added.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/3542.added.md diff --git a/doc/changelog.d/3542.added.md b/doc/changelog.d/3542.added.md new file mode 100644 index 0000000000..1d40d19bf0 --- /dev/null +++ b/doc/changelog.d/3542.added.md @@ -0,0 +1 @@ +chore: fix codecov.yml content \ No newline at end of file