From 9c39a16b4b4faaf9014773b48bc21d308b0e0c8b Mon Sep 17 00:00:00 2001 From: jeffgreiner-eaton Date: Mon, 20 May 2024 10:36:23 -0400 Subject: [PATCH 1/5] run codecov no config --- .github/workflows/blui-ci.yml | 1 + login-workflow/codecov.yml | 13 ------------- 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 login-workflow/codecov.yml diff --git a/.github/workflows/blui-ci.yml b/.github/workflows/blui-ci.yml index 20919d2e..b54d9894 100644 --- a/.github/workflows/blui-ci.yml +++ b/.github/workflows/blui-ci.yml @@ -61,6 +61,7 @@ jobs: - name: Upload to Codecov uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} directory: ./login-workflow/coverage/ files: clover.xml flags: unittests diff --git a/login-workflow/codecov.yml b/login-workflow/codecov.yml deleted file mode 100644 index aa4f1a58..00000000 --- a/login-workflow/codecov.yml +++ /dev/null @@ -1,13 +0,0 @@ -# - "::login-workflow/" # move root e.g., "path/" => "after/path/" leaving this here for now, it might need turned on later -coverage: - status: - project: - default: - target: 70% - threshold: 5% - informational: true - patch: - default: - target: 70% - threshold: 5% - informational: true \ No newline at end of file From f1cc502788f7fed8910a13e4999aec4550b0e33d Mon Sep 17 00:00:00 2001 From: jeffgreiner-eaton Date: Mon, 20 May 2024 13:40:47 -0400 Subject: [PATCH 2/5] comment with no proj or patch --- login-workflow/codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 login-workflow/codecov.yml diff --git a/login-workflow/codecov.yml b/login-workflow/codecov.yml new file mode 100644 index 00000000..d268e901 --- /dev/null +++ b/login-workflow/codecov.yml @@ -0,0 +1,7 @@ +coverage: + status: + project: + enabled: false + patch: + default: + enabled: false \ No newline at end of file From 872b3a2e0f3469d162d03f4686644c918d2c1613 Mon Sep 17 00:00:00 2001 From: jeffgreiner-eaton Date: Mon, 20 May 2024 13:52:39 -0400 Subject: [PATCH 3/5] set status off --- login-workflow/codecov.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/login-workflow/codecov.yml b/login-workflow/codecov.yml index d268e901..5dd21786 100644 --- a/login-workflow/codecov.yml +++ b/login-workflow/codecov.yml @@ -1,7 +1,4 @@ coverage: status: - project: - enabled: false - patch: - default: - enabled: false \ No newline at end of file + project: off + patch: off \ No newline at end of file From 813ecc830604a3d47b969af0b00a66640ba1ad75 Mon Sep 17 00:00:00 2001 From: jeffgreiner-eaton Date: Mon, 20 May 2024 14:14:41 -0400 Subject: [PATCH 4/5] move codecov file --- .github/codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 00000000..5dd21786 --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,4 @@ +coverage: + status: + project: off + patch: off \ No newline at end of file From fac85dee09402c42a91db0999d2cd4450dd56346 Mon Sep 17 00:00:00 2001 From: jeffgreiner-eaton Date: Tue, 21 May 2024 07:36:02 -0400 Subject: [PATCH 5/5] update project & patch targets --- .github/codecov.yml | 12 ++++++++++-- login-workflow/codecov.yml | 4 ---- 2 files changed, 10 insertions(+), 6 deletions(-) delete mode 100644 login-workflow/codecov.yml diff --git a/.github/codecov.yml b/.github/codecov.yml index 5dd21786..95b5b2b0 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,4 +1,12 @@ coverage: status: - project: off - patch: off \ No newline at end of file + project: + default: + target: 80% + threshold: 5% + informational: true + patch: + default: + target: 80% + threshold: 5% + informational: true \ No newline at end of file diff --git a/login-workflow/codecov.yml b/login-workflow/codecov.yml deleted file mode 100644 index 5dd21786..00000000 --- a/login-workflow/codecov.yml +++ /dev/null @@ -1,4 +0,0 @@ -coverage: - status: - project: off - patch: off \ No newline at end of file