From 451dc5fbb7d0f3196eef9c3a68a0971809f20c3a Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Mon, 19 May 2025 16:42:50 -0300 Subject: [PATCH] Removing coveragerc --- .coveragerc | 4 ---- .github/workflows/quality-gate.yml | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) delete mode 100644 .coveragerc diff --git a/.coveragerc b/.coveragerc deleted file mode 100644 index 8ff8196..0000000 --- a/.coveragerc +++ /dev/null @@ -1,4 +0,0 @@ -# .coveragerc -[run] -omit = - scouter/worker/* \ No newline at end of file diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index d0359b3..028daff 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -105,4 +105,4 @@ jobs: -Dsonar.host.url=$SONAR_HOST_URL \ -Dsonar.token=$SONAR_TOKEN \ -Dsonar.python.version=3.11 \ - -Dsonar.projectVersion=1.0.1 + -Dsonar.projectVersion=1.0.0