| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement report parsing for Tarpaulin | Kevin J Hoerr | 2019-11-29 | 2 | -5/+32 |
| | | | | | | | | | | | 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 project | Kevin J Hoerr | 2019-11-23 | 2 | -61/+80 |
| | | | | | Signed-off-by: Kevin J Hoerr <kjhoerr@protonmail.com> | ||||
| * | Generate report badge with color gradient | Kevin J Hoerr | 2019-11-23 | 2 | -14/+37 |
| | | |||||
| * | Move TS files into /src | Kevin J Hoerr | 2019-11-10 | 3 | -0/+127 |
