aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement file handling for reportsKevin J Hoerr2019-11-291-33/+54
|
* Implement report parsing for TarpaulinKevin J Hoerr2019-11-291-3/+8
| | | | | | | | | | The generated Tarpaulin HTML report does not have stats to parse via the DOM - the data is injected via a script tag, which only has line-by-line coverage, though it includes statistics for each file. The total coverage is counted by summing the covered/coverable stats reported for each file. Also, the bad version for express is fixed, and messages are included for errors that occur for the POST endpoint.
* Add Prettier to projectKevin J Hoerr2019-11-231-31/+44
| | | | Signed-off-by: Kevin J Hoerr <kjhoerr@protonmail.com>
* Generate report badge with color gradientKevin J Hoerr2019-11-231-12/+22
|
* Move TS files into /srcKevin J Hoerr2019-11-101-0/+91