Remove travis

This commit is contained in:
Iskandar Abudiab
2020-07-16 20:26:17 +02:00
parent 00bbb363a7
commit e315cabfbd
2 changed files with 1 additions and 46 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
with:
submodules: recursive
- name: macOS
run: xcodebuild -workspace "HTMLKit.xcworkspace" -scheme "HTMLKit-macOS" -destination "platform=macOS" -configuration Debug ONLY_ACTIVE_ARCH=NO GCC_INSTRUMENT_PROGRAM_FLOW_ARCS=YES GCC_GENERATE_TEST_COVERAGE_FILES=YES | xcpretty
run: xcodebuild -workspace "HTMLKit.xcworkspace" -scheme "HTMLKit-macOS" -destination "platform=macOS" -enableCodeCoverage YES clean test | xcpretty
- name: code coverage
uses: codecov/codecov-action@v1
iOS: