summaryrefslogtreecommitdiff
path: root/maint/with_coverage
Commit message (Collapse)AuthorAgeFilesLines
* make almost all scripts use bash and set euo pipefailtrinity-1686a2022-05-251-1/+1
|
* use default toolchain from rustup instead of stable for coveragetrinity-1686a2022-04-081-1/+2
| | | | using stable doesn't work for CI because a specific version like 1.60 is installed
* bring back RUST_COVERAGE_TOOLCHAINtrinity-1686a2022-04-081-2/+8
|
* use rustc 1.60 (stable) for coveragetrinity-1686a2022-04-071-11/+4
|
* fix with_coverage script to exclude pub(crate) mod test from resultstrinity-1686a2022-03-241-1/+1
|
* Omit arti-testing from coverage.Nick Mathewson2022-03-041-0/+1
|
* add script for coverage on fuzzingtrinity-1686a2022-02-221-0/+1
|
* rename *.py scripts to bare nameIan Jackson2022-02-181-2/+2
| | | | | | Update all references. There are three remaining hits for git-grep '\.py\b' all of which are scripts in "little-t-tor", not here in arti.
* rename *.sh scripts to bare nameIan Jackson2022-02-181-0/+159
As per #309 Update all references. There is one remaining hit for git-grep '\.sh\b' namely "build.sh" in maint/reproducible_build, which I think is the build script for osxcross - ie, an external project.