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 +