Преглед изворни кода

[GitHub Actions] Restore Codecov

Norio Nomura пре 4 година
родитељ
комит
1ebee61d7f
1 измењених фајлова са 4 додато и 4 уклоњено
  1. 4 4
      .github/workflows/xcodebuild.yml

+ 4 - 4
.github/workflows/xcodebuild.yml

@@ -42,7 +42,7 @@ jobs:
       - name: watchOS Simulator
         run: xcodebuild ${{ matrix.xcode_flags_for_build_only }} -sdk watchsimulator | xcpretty
         shell: bash
-      # - name: Codecov
-      #   if: matrix.xcode_version == '10.3'
-      #   run: curl -s https://codecov.io/bash | bash -s -- -t ${{ secrets.CODECOV_TOKEN }}
-      #   shell: bash
+      - name: Codecov
+        if: matrix.xcode_version == '12'
+        run: curl -s https://codecov.io/bash | bash -s -- -t ${{ secrets.CODECOV_TOKEN }}
+        shell: bash