You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xcrun xccov view --report --json /Users/devicename/Documents/work/username/ios/projectname/automation/scan/output_directory/dev.xcresult > /var/folders/6c/g8z2ltwd51g0914p485vq_2r0000gp/T/file
Danger: ✓ found only warnings, not failing the build
## Warnings
No asignee found. 🧑💻 You should asign someone to the PR.
-
warn succed
## Messages
These files have changed: Dangerfile.swift
my Dangerfile.swift
import Danger
import DangerSwiftCoverage
import Foundation
Coverage.xcodeBuildCoverage(.xcresultBundle("/Users/devicename/Documents/work/username/ios/foldername/automation/scan/output_directory/dev.xcresult"),
minimumCoverage: 50,
excludedTargets: ["DangerSwiftCoverageTests.xctest"])
please help me, when i run this command. i only get this
run in terminal : swift run danger-swift pr https://github.com/x/projectname/pull/1863
how to get and show this report
The text was updated successfully, but these errors were encountered: