summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-06-03 09:13:17 -0400
committerNicoleYarroch <nicole@livio.io>2020-06-03 09:13:17 -0400
commitd15fc4d3b640e426e0f6e04966e5ff887ebb7898 (patch)
tree9e6d33b33f294b88ac574bddd72e933065e662e9 /.github
parent5adf55e0429b4cd7324786f7ce377d0c91c88bee (diff)
downloadsdl_ios-d15fc4d3b640e426e0f6e04966e5ff887ebb7898.tar.gz
Attempting to fix codecovfeature/issue_1670_github_actions_CI
Signed-off-by: NicoleYarroch <nicole@livio.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1744677d8..ed44c9c1d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -79,8 +79,5 @@ jobs:
run: set -o pipefail && xcodebuild test-without-building -project "$PROJECT" -destination "$DESTINATION" -scheme "${{ matrix.scheme }}" -configuration Debug ONLY_ACTIVE_ARCH=NO RUN_CLANG_STATIC_ANALYZER=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES ENABLE_TESTABILITY=YES | xcpretty --color --simple
# Upload coverage reports to Codecov
- - name: Codecov
+ - name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
- with:
- file: ./codecov.yml
- flags: unittests