This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"label":"Coverage","message":"83.63%","schemaVersion":1,"color":"success"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"label":"Coverage","message":"97.85%","schemaVersion":1,"color":"success"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;;; init.el --- load the full configuration -*- lexical-binding: t; -*- | |
| ;;; Commentary: | |
| ;;; Code: | |
| (defconst my/screen-laptop (intern "my/screen-laptop") | |
| "Symbol to indicate display is MacBook Pro 16\" laptop screen.") | |
| (defconst my/screen-4k (intern "my/screen-4k") | |
| "Symbol to indicate display is 4K screen.") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"label":"Coverage","message":"84.2%","schemaVersion":1,"color":"success"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # set -x | |
| # The default code coverage output from `xcodebuild test -enableCodeCoverage YES` is misleading since it contains stats | |
| # for the test files themselves. This script goes through the xcov archive and extracts those paths that have | |
| # '/Features/Sources/' in them. It then generates a new report using just those files. Major PITA. | |
| # There must be an an archive file to use | |
| # shellcheck disable=SC2086 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"label":"Coverage","message":"84.2%","schemaVersion":1,"color":"success"} |
OlderNewer