Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separated TextFormatter #17

Merged
merged 10 commits into from
Dec 15, 2023

Minr change

7099cbc
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Separated TextFormatter #17

Minr change
7099cbc
Select commit
Loading
Failed to load commit list.
GitHub Actions / Xcode test results succeeded Dec 15, 2023 in 0s

Xcode test results

Test DBXCResultParser

Summary

TotalSuccess PassedFailure FailedSkipped SkippedExpected Failure Expected Failure⏱️ Time
10100009.51s

Test Summary

DBXCResultParserTests

  • Device: Mac mini, 13.6 (22G120)
  • SDK: macOS 14.0, 14.0
TestTotalSuccessFailureSkippedExpected Failure
test-class CoverageDTOTests11000
test-class DetailedReportDTOTests22000
test-class FormatterTests44000
test-class OverviewReportDTOTests11000
test-class SeekerTests11000
test-class ShellTests11000

Failure Failures

All tests passed 🎉


Code Coverage

Coverage Covered Executable
DBXCResultParser 52.63 % 310 589
  Shell.swift 100.00 % 16 16
  XCResultSeeker.swift 91.67 % 11 12
  TextFormatter.swift 98.95 % 94 95
  OverviewReportDTO.swift 90.00 % 9 10
  DTO+Helpers.swift 100.00 % 23 23
  Constants.swift 95.24 % 20 21
  ReportModel+Convenience.swift 0.00 % 0 17
  Math.swift 57.14 % 4 7
  ReportModel.swift 34.28 % 133 388
DBXCResultParserTests 63.40 % 570 899
  ReportModel.swift 34.28 % 133 388
  ShellTests.swift 100.00 % 11 11
  XCResultSeeker.swift 91.67 % 11 12
  ReportModel+Convenience.swift 0.00 % 0 17
  OverviewReportDTO.swift 90.00 % 9 10
  SeekerTests.swift 100.00 % 14 14
  Shell.swift 100.00 % 16 16
  CoverageDTOTests.swift 100.00 % 10 10
  OverviewReportDTOTests.swift 100.00 % 10 10
  Constants.swift 95.24 % 20 21
  Constants+Helpers.swift 83.33 % 15 18
  TextFormatterTests.swift 79.74 % 185 232
  TextFormatter.swift 98.95 % 94 95
  DetailedReportDTOTests.swift 100.00 % 15 15
  Math.swift 57.14 % 4 7
  DTO+Helpers.swift 100.00 % 23 23
Total 59.14 % 880 1488

Details

Test Details

DBXCResultParserTestsback

CoverageDTOTests back

SuccessFailureSkippedExpected Failure⏱️
1 (100%)0 (0%)0 (0%)0 (0%)8.02s
Successtest-method test_file_with_coverage()

DetailedReportDTOTests back

SuccessFailureSkippedExpected Failure⏱️
2 (100%)0 (0%)0 (0%)0 (0%)1.38s
Successtest-method test_parseWithExplicitRefId()
Successtest-method test_parseWithImplicitRefId()

FormatterTests back

SuccessFailureSkippedExpected Failure⏱️
4 (100%)0 (0%)0 (0%)0 (0%)0.00s
Successtest-method test_testResult_any_count()
Successtest-method test_testResult_any_list()
Successtest-method test_testResult_failure_count()
Successtest-method test_testResult_success_list()

OverviewReportDTOTests back

SuccessFailureSkippedExpected Failure⏱️
1 (100%)0 (0%)0 (0%)0 (0%)0.09s
Successtest-method test()

SeekerTests back

SuccessFailureSkippedExpected Failure⏱️
1 (100%)0 (0%)0 (0%)0 (0%)0.00s
Successtest-method test_xcresultIsFound()

ShellTests back

SuccessFailureSkippedExpected Failure⏱️
1 (100%)0 (0%)0 (0%)0 (0%)0.02s
Successtest-method test()