Skip to content

Commit

Permalink
Update codecov action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaofei86 authored Jan 28, 2022
1 parent d819a14 commit 00dd3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
set -o pipefail && xcodebuild build test -workspace "$workspace.xcworkspace" -scheme "$scheme" -destination 'platform=iOS Simulator,name=iPhone 8' -enableCodeCoverage YES | xcpretty
done
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1.2.1
uses: codecov/codecov-action@v2

0 comments on commit 00dd3d1

Please sign in to comment.