From a97113c7de39ee37c0b6a2f3c06dc3d496f77dfe Mon Sep 17 00:00:00 2001 From: Kevin Matthes <92332892+kevinmatthes@users.noreply.github.com> Date: Sat, 2 Mar 2024 20:35:26 +0100 Subject: [PATCH 1/2] Skip ::= skip code coverage determination --- .github/workflows/pr.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5715cd9f..bd94c68f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -39,7 +39,7 @@ permissions: pull-requests: write jobs: - coverage: + code: runs-on: ubuntu-latest steps: - uses: taiki-e/install-action@v2.27.15 @@ -74,6 +74,11 @@ jobs: comment_tag: coverage filePath: coverage.md + coverage: + runs-on: ubuntu-latest + steps: + - run: bash -c 'exit 0' + # mutations: # runs-on: ubuntu-latest # steps: From ed3698c99f3d78ee7e64bb03282729fcb3f6805d Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 19:37:39 +0000 Subject: [PATCH 2/2] Create summary of recent changes --- ...193739_GitHub_Actions_skip-code-coverage-determination.ron | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog.d/20240302_193739_GitHub_Actions_skip-code-coverage-determination.ron diff --git a/changelog.d/20240302_193739_GitHub_Actions_skip-code-coverage-determination.ron b/changelog.d/20240302_193739_GitHub_Actions_skip-code-coverage-determination.ron new file mode 100644 index 00000000..81a62feb --- /dev/null +++ b/changelog.d/20240302_193739_GitHub_Actions_skip-code-coverage-determination.ron @@ -0,0 +1,4 @@ +( + references: {}, + changes: {}, +)