Skip to content

Commit

Permalink
Disable codecov patch/project checkmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
wallisch committed Sep 25, 2024
1 parent 990fe55 commit 4570630
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -28,7 +28,7 @@ jobs:
with:
xcode-version: 16
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Build
Expand All @@ -50,7 +50,7 @@ jobs:
with:
xcode-version: 16
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Build
Expand All @@ -68,7 +68,7 @@ jobs:
with:
xcode-version: 16
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
- name: Build
Expand Down
5 changes: 5 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coverage:
status:
patch: off
project: off

0 comments on commit 4570630

Please sign in to comment.