Created
July 1, 2020 21:38
-
-
Save mikeal/e6ccae27332a04d8603e0b02ddd4ba40 to your computer and use it in GitHub Desktop.
show functions with missing coverage
This file contains 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
cat coverage/tmp/coverage-* | jq '.result[] | select(.url == "file:///root/dagdb/src/kv.js") | |
| .functions[] | select(.ranges[].count == 0)' |
This file contains 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
cat coverage/tmp/coverage-* | jq '.result[] | select(.url == "file:///root/dagdb/src/kv.js") | |
| .functions[] | select(.ranges[].count == 0) | .functionName' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment