Skip to content

Commit 4570630

Browse files
committed
Disable codecov patch/project checkmarks
1 parent 990fe55 commit 4570630

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/workflows/unit_tests.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
- name: Swiftlint
1717
uses: norio-nomura/action-swiftlint@3.2.1
1818
with:
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
xcode-version: 16
3030
- name: Checkout
31-
uses: actions/checkout@v3
31+
uses: actions/checkout@v4
3232
with:
3333
submodules: true
3434
- name: Build
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
xcode-version: 16
5252
- name: Checkout
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v4
5454
with:
5555
submodules: true
5656
- name: Build
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
xcode-version: 16
7070
- name: Checkout
71-
uses: actions/checkout@v3
71+
uses: actions/checkout@v4
7272
with:
7373
submodules: true
7474
- name: Build

codecov.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
coverage:
2+
status:
3+
patch: off
4+
project: off
5+

0 commit comments

Comments
 (0)