Skip to content

Commit

Permalink
project: use codecov bash
Browse files Browse the repository at this point in the history
  • Loading branch information
twittemb committed Mar 21, 2020
1 parent 3767372 commit 6b88018
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
- name: Run Unit Tests
run: set -o pipefail && xcodebuild -project Spin.Swift.xcodeproj -scheme Spin.Swift-Package -enableCodeCoverage YES -sdk iphonesimulator -destination "name=iPhone 11" test | xcpretty -c -r html --output logs/iOS.html
- name: Upload code coverage to Codecov.io
uses: codecov/[email protected]
with:
name: Spin.Swift
run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_IO_TOKEN }}
- name: Upload build artifacts to Github
uses: actions/upload-artifact@v1
with:
Expand Down
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml~

This file was deleted.

0 comments on commit 6b88018

Please sign in to comment.