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/sh | |
| # Generate test coverage statistics for Go packages. | |
| # | |
| # Works around the fact that `go test -coverprofile` currently does not work | |
| # with multiple packages, see https://code.google.com/p/go/issues/detail?id=6909 | |
| # | |
| # Usage: script/coverage [--html|--coveralls] | |
| # | |
| # --html Additionally create HTML report and open it in browser | |
| # --coveralls Push coverage statistics to coveralls.io |
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
| https://drive.google.com/drive/folders/0B_QTLh-PTbKPOWJpYTY2LU1WM28?usp=sharing |
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
| (?<number>\d+) (?<rd_and_city>.+), (?<state>\w{2}) (?<zip>\d{5}) (?<country>.+) |
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
| https://docs.google.com/presentation/d/1a-3Q6m_0MTy2pWEmGsUGlo8ScOGHmTeG7bxoci8miAA/edit?usp=sharing |
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
| https://docs.google.com/presentation/d/1nriEFsf_9KAbttNqFjmvHul4ZpjPvoG_KVzIkSo_v-g/edit?usp=sharing |
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
| https://docs.google.com/presentation/d/1EdLrkcI56u9wNu7QR6Ce9krCTZ86dI8wzOY-KB4Z3LM/edit?usp=sharing |
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
| https://docs.google.com/presentation/d/1FsDXnmG35mtzy_DQUp6XkSEE3pE4TFZTRD_JaQWk50g/edit?usp=sharing |
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
| https://docs.google.com/presentation/d/1eZz3CIQefpbNQkD06ixmb5Ath3EK5fLINjYdfQMAKB0/edit?usp=sharing |
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
| https://docs.google.com/presentation/d/1oYhrKzzBZXa3ROZLawDq7lKsf0ziT7azXbAh4tP47qU/edit?usp=sharing |
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
| https://docs.google.com/presentation/d/1E1hd_bXqs6VoyFEHouhaOyOgaV1xP1KDTRaEb3m725M/edit?usp=drivesdk |