From 9d0bb376efa3a0a66e4ea0e1e82cccae65d5d951 Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Wed, 24 Nov 2021 17:52:12 +0000 Subject: [PATCH 1/2] chore: update task in tests.yml action --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 408af12..78601c3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -62,7 +62,7 @@ jobs: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} # Repo owner has commented /ok-to-test on a (fork-based) pull request - integration-fork: + test-not-trusted: runs-on: ubuntu-latest if: github.event_name == 'repository_dispatch' && github.event.client_payload.slash_command.sha != '' && From 362190c4410412cb3b42a1b1d3eeb8ff53fba61a Mon Sep 17 00:00:00 2001 From: Daniel Tomlinson Date: Wed, 24 Nov 2021 18:29:49 +0000 Subject: [PATCH 2/2] chore: update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7e0a386..f89eacb 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ A simple folder organiser for your work notes. ![](https://img.shields.io/codecov/c/github/tembo-pages/tembo-core?style=flat-square) -![Sonar Coverage](https://img.shields.io/sonar/coverage/tembo-pages_tembo-core?server=https%3A%2F%2Fsonarcloud.io&style=flat-square) ![Sonar Tests](https://img.shields.io/sonar/tests/tembo-pages_tembo-core?compact_message&failed_label=failed&passed_label=passed&server=https%3A%2F%2Fsonarcloud.io&skipped_label=skipped&style=flat-square) ![Sonar Tech Debt](https://img.shields.io/sonar/tech_debt/tembo-pages_tembo-core?server=https%3A%2F%2Fsonarcloud.io&style=flat-square)