Closed ArielDemarco closed 3 weeks ago
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
Package | Version | Score | Details |
---|
Warnings | |
---|---|
:warning: | No CHANGELOG entry added. |
Generated by :no_entry_sign: Danger Swift against 9675e17f08bd407026c62e926858dcc146d909d9
Attention: Patch coverage is 93.60465%
with 11 lines
in your changes missing coverage. Please review.
Project coverage is 91.93%. Comparing base (
b2da5ac
) to head (9675e17
). Report is 7 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
Sources/EmbraceCrash/EmbraceCrashReporter.swift | 84.84% | 10 Missing :warning: |
.../EmbraceCrashTests/EmbraceCrashReporterTests.swift | 99.05% | 1 Missing :warning: |
Overview
This PR allows configuring the
EmbraceCrashReporter
through theinit
method to receive a list of signals that are not to be reported. The signals that can be dropped are those listed inEmbraceCrashReporter.CrashSignal
.