| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | coverage.sh: Treat no-tests-selected as an error. | Nick Mathewson | 2022-01-19 | 1 | -3/+2 |
| | | |||||
| * | Rewrite coverage.sh to use with_coverage. | Nick Mathewson | 2022-01-13 | 1 | -2/+100 |
| | | | | | | | | | | | | | | `coverage.sh` is now a more elaborate script to before, thanks to moving from tarpaulin to grcov via `with_coverage.sh`. This commit also adds support for the minimalistic chutney+curl-based integration test from our gitlab-ci.yml file. See the message from "coverage.sh -h" for information about running these tests. Closes #248. | ||||
| * | Add a script with the command I've been using for coverage | Nick Mathewson | 2021-05-26 | 1 | -0/+3 |
