Skip to content

Commit

Permalink
fix: 去掉xcodebuild test的os版本依赖,修改ThreadTest
Browse files Browse the repository at this point in the history
  • Loading branch information
CaicaiNo authored and LitterSun committed Feb 3, 2021
1 parent ebbeff7 commit 38510c4
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 273 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
oclint-json-compilation-database -e Pods -- -rc GIO_METHOD_ALLOW_UPPERCASE="URL,FMG3DB,TXT,UTF,STM,IMP" -rc GIO_CATEGORY_PREFIX=Growing -rc GIO_CLASS_PREFIX=Growing -max-priority-2=0
- name: Run Tests
run: xcodebuild test -workspace GrowingAnalytics.xcworkspace -scheme Example -destination 'platform=iOS Simulator,name=iPhone 12 Pro,OS=14.2' GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES
run: xcodebuild test -workspace GrowingAnalytics.xcworkspace -scheme Example -destination 'platform=iOS Simulator,name=iPhone 12 Pro' GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES

- name: Upload coverage to Codecov
if: always()
Expand Down
Loading

0 comments on commit 38510c4

Please sign in to comment.