From 95990526ed73cfbf0167f8384da73db3541bd2d7 Mon Sep 17 00:00:00 2001 From: German Date: Thu, 11 Jan 2024 16:52:06 +0100 Subject: [PATCH 1/3] fixing codecov number of builds --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 024d929842..f9b4215c02 100644 --- a/codecov.yml +++ b/codecov.yml @@ -29,6 +29,6 @@ codecov: notify: wait_for_ci: yes # do not notify until at least 5 builds have been uploaded from the CI pipeline - after_n_builds: 5 + after_n_builds: 3 comment: after_n_builds: 5 \ No newline at end of file From 68041b2ed36c3cd9da6bd9ed77356ab8eeae2e0e Mon Sep 17 00:00:00 2001 From: German Date: Thu, 11 Jan 2024 16:55:55 +0100 Subject: [PATCH 2/3] changing the also for comment --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index f9b4215c02..f683abf2d4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -31,4 +31,4 @@ codecov: # do not notify until at least 5 builds have been uploaded from the CI pipeline after_n_builds: 3 comment: - after_n_builds: 5 \ No newline at end of file + after_n_builds: 3 \ No newline at end of file From 9797d214d41477eafd29f84266d54fd773ae4e24 Mon Sep 17 00:00:00 2001 From: German Date: Thu, 11 Jan 2024 17:08:27 +0100 Subject: [PATCH 3/3] fix codecov file name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57cdf09c73..5397f19b2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -717,7 +717,7 @@ jobs: unset PYMAPDL_START_INSTANCE pytest -k "not test_dpf" \ ${{ env.PYTEST_ARGUMENTS }} \ - --cov-report=xml:${{ matrix.mapdl-image }}-local-minimal.xml + --cov-report=xml:${{ matrix.mapdl-image }}-minimal.xml - uses: codecov/codecov-action@v3 name: "Upload coverage to Codecov"