WeTransfer / Diagnostics

Allow users to easily share Diagnostics with your support team to improve the flow of fixing bugs.
MIT License
960 stars 58 forks source link

Fix tests and test CI #13

Closed AvdLee closed 4 years ago

AvdLee commented 4 years ago

Let's see if CI succeeds

Fixes #10 Fixes #8 Fixes #7 Fixes #9

ghost commented 4 years ago
2 Errors
:no_entry_sign: Any changes to code should be reflected in the Changelog. Please consider adding a note there.
:no_entry_sign: Tests have failed, see below for more information.
2 Warnings
:warning: Consider to place some MARK: lines for Sources/DiagnosticsLogger.swift, which is over 200 lines big.
:warning: Example/Diagnostics-Example/AppDelegate.swift#L13 - Consider using final for this class or use a struct (final_class)
1 Message
:book: Tests: Executed 15 tests, with 6 failures (0 unexpected) in 0.062 (0.073) seconds

Tests:

Classname Name
DiagnosticsReporterTests testCSSMinify()
DiagnosticsReporterTests testHeaderGeneration()
DiagnosticsReporterTests testHTMLGeneration()
DiagnosticsReporterTests testReportingChapters()
LogsReporterTests testErrorLog()
LogsReporterTests testMessagesLog()

Current coverage for Diagnostics.framework is 8.14%

Files changed - -
HTMLGenerating.swift 0.00% :skull:
GeneralInfoReporter.swift 0.00% :skull:
DiagnosticsLogger.swift 0.00% :skull:
DiagnosticsReporter.swift 5.10% :skull:

Powered by xcov

Generated by :no_entry_sign: Danger