File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Tests/AsposeWordsCloudTests Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010 echo " OK"
1111else
1212 echo " Failed: code coverage should be 100.00%"
13- echo " Coverage result :"
14- echo $( llvm-cov report -show-functions .build/x86_64-unknown-linux/debug/AsposeWordsCloudPackageTests.xctest -instr-profile=.build/x86_64-unknown-linux/debug/codecov/default.profdata Sources/AsposeWordsCloud/Api/WordsAPI.swift)
13+ echo " Uncovered methods :"
14+ echo $( llvm-cov report -show-functions .build/x86_64-unknown-linux/debug/AsposeWordsCloudPackageTests.xctest -instr-profile=.build/x86_64-unknown-linux/debug/codecov/default.profdata Sources/AsposeWordsCloud/Api/WordsAPI.swift | grep " * 0.00%* " )
1515 exit 1
1616fi
Original file line number Diff line number Diff line change @@ -34,7 +34,8 @@ class ParagraphTests: BaseTestContext {
3434 ( " testDeleteParagraphListFormatWithoutNodePath " , testDeleteParagraphListFormatWithoutNodePath) ,
3535 ( " testGetParagraphTabStopsWithoutNodePath " , testGetParagraphTabStopsWithoutNodePath) ,
3636 ( " testInsertOrUpdateParagraphTabStopWithoutNodePath " , testInsertOrUpdateParagraphTabStopWithoutNodePath) ,
37- ( " testDeleteAllParagraphTabStopsWithoutNodePath " , testDeleteAllParagraphTabStopsWithoutNodePath) ,
37+ ( " testDeleteAllParagraphTabStopsWithoutNodePath " , testDeleteAllParagraphTabStopsWithoutNodePath) ,
38+ ( " testDeleteParagraphTabStopWithoutNodePath " , testDeleteParagraphTabStopWithoutNodePath) ,
3839 ] ;
3940
4041 func getRemoteDataFolder( action : String ) -> String {
You can’t perform that action at this time.
0 commit comments