Pranav Kasetti
Pranav Kasetti
I've followed the getting started guide and have successfully integrated DangerSwiftCoverage on TeamCity CI: **Dangerfile.swift** ``` import Danger import DangerSwiftCoverage import Foundation print("Generating code coverage...") Coverage.xcodeBuildCoverage(.xcresultBundle("Build/BenchSocialNetwork-DEV.xcresult"), minimumCoverage: 50, excludedTargets: ["BenchSocialNetworkTests.xctest",...
### New Issue Checklist - [x] I have tried with the latest version of OHHTTPStubs - [x] I have read the [README](https://github.com/AliSoftware/OHHTTPStubs/blob/master/README.md) - [x] I have read the [Using the...
Replace this paragraph with a description of your changes and rationale. Provide links to an existing issue or external references/discussions, if appropriate. ### Checklist - [x] I've added at least...
Thanks for the helpful tooL! However I want to customise the duration to be different to 1 minute: `macos-focus-mode enable -d 60` sets for 1 minute `macos-focus-mode enable -d 1`...
The README.md suggests the following to be added to the shell config to enable `pidcat`: ``` export PATH=$PATH:/platform-tools export PATH=$PATH:/tools ``` This step is unnecessary for machines that have the...