From 1687284b329fc34661f71f05f5b6b3a037654911 Mon Sep 17 00:00:00 2001 From: Jason Barden Date: Wed, 13 Aug 2025 23:24:41 +0100 Subject: [PATCH 1/2] Not sure why the GitHub permission update broke SQ code coverage... --- .github/workflows/dotnet.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 86efb60..9863e43 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -13,8 +13,6 @@ jobs: build: name: Build and analyze runs-on: windows-latest - permissions: - contents: read steps: - name: Set up JDK 17 From 052867a5d6ff7c5afe56379510226035be301eaa Mon Sep 17 00:00:00 2001 From: Jason Barden Date: Wed, 13 Aug 2025 23:30:47 +0100 Subject: [PATCH 2/2] Whilst it worked, update the GitHub badge --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 413cbe9..9b1d300 100644 --- a/Readme.md +++ b/Readme.md @@ -18,7 +18,7 @@ In addition, there is a [blog post](blog-post.md) that, depending on when you se ### GitHub build -[![SonarQube](https://github.com/astar-development/astar-dev-functional-extensions/actions/workflows/dotnet.yml/badge.svg)](https://github.com/astar-development/astar-dev-functional-extensions/actions/workflows/dotnet.yml) +[![Build and analyse with SonarQube](https://github.com/astar-development/astar-dev-functional-extensions/actions/workflows/dotnet.yml/badge.svg)](https://github.com/astar-development/astar-dev-functional-extensions/actions/workflows/dotnet.yml) ### SonarQube details