From 4570630752e5c9a07244df7621888363d287c1c4 Mon Sep 17 00:00:00 2001 From: Philipp Wallisch Date: Wed, 25 Sep 2024 02:25:31 +0200 Subject: [PATCH] Disable codecov patch/project checkmarks --- .github/workflows/unit_tests.yml | 8 ++++---- codecov.yml | 5 +++++ 2 files changed, 9 insertions(+), 4 deletions(-) create mode 100644 codecov.yml diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index f3ee5fa..e8131e8 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Swiftlint uses: norio-nomura/action-swiftlint@3.2.1 with: @@ -28,7 +28,7 @@ jobs: with: xcode-version: 16 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: Build @@ -50,7 +50,7 @@ jobs: with: xcode-version: 16 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: Build @@ -68,7 +68,7 @@ jobs: with: xcode-version: 16 - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: Build diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..aafc8ae --- /dev/null +++ b/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + patch: off + project: off +