From 7d50957e82c6fcea9d91cc7049dc4695b5cfdbf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Mon, 22 Jul 2024 12:23:08 +0000 Subject: [PATCH 1/3] Add codecov config --- .github/codecov.yaml | 16 ++++++++++++++++ README.md | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 .github/codecov.yaml diff --git a/.github/codecov.yaml b/.github/codecov.yaml new file mode 100644 index 00000000..c7ffbbdb --- /dev/null +++ b/.github/codecov.yaml @@ -0,0 +1,16 @@ + +codecov: + notify: + wait_for_ci: false + +github_checks: + annotations: false + +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true diff --git a/README.md b/README.md index 6ef878f9..8b3c5458 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ Security Rating +
+Code coverage

From 9a2378c418b63735a4f3988c6ef44b89b7968688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Mon, 22 Jul 2024 12:27:07 +0000 Subject: [PATCH 2/3] Add CodeQL workflow badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b3c5458..8ecc31f1 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,7 @@
Code coverage +CodeQL Analysis

From a8982d2fa299abba6da74c9ea69e10a7403af3c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Mon, 22 Jul 2024 12:28:13 +0000 Subject: [PATCH 3/3] Remove whitespace from inside badge links --- README.md | 56 ++++++++++++++----------------------------------------- 1 file changed, 14 insertions(+), 42 deletions(-) diff --git a/README.md b/README.md index 8ecc31f1..e4d9c4cf 100644 --- a/README.md +++ b/README.md @@ -7,53 +7,25 @@ Logo Banner

- -GPL 3.0 License - - -GitHub release (latest SemVer) - - -Chat on Matrix - +GPL 3.0 License +GitHub release (latest SemVer) +Chat on Matrix
- -Translation status - - -Quality Gate Status - - -Technical Debt - +Translation status +Quality Gate Status +Technical Debt
- -Code Smells - - -Bugs - - -Vulnerabilities - +Code Smells +Bugs +Vulnerabilities
GitHub code size in bytes - -Lines of Code - - -Duplicated Lines (%) - +Lines of Code +Duplicated Lines (%)
- -Maintainability Rating - - -Reliability Rating - - -Security Rating - +Maintainability Rating +Reliability Rating +Security Rating
Code coverage CodeQL Analysis