View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004418 | Taler | wallet (WebExtension) | public | 2016-04-14 17:39 | 2016-04-28 22:15 |
| Reporter | Florian Dold | Assigned To | Florian Dold | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | 0.0 | ||||
| Target Version | 0.0 | Fixed in Version | 0.0 | ||
| Summary | 0004418: integrate the istanbul code coverage checker with the wallet code base | ||||
| Description | This mostly involved adapting then build system so that it can generate code instrumented by istanbul. | ||||
| Tags | No tags attached. | ||||
|
|
Istanbul is now integrated into the wallet, you can run $ npm run test-cover to do instrumented tests, and $ istanbul report to generate reports. Istanbul stores coverage information in the lcov format. A minor flaw is that coverage is only supported for files loaded during the test cases, which means that the percentages are much higher than the actual test coverage. Also source mapping to TypeScript is not integrated yet, but possible with https://github.com/SitePen/remap-istanbul |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-04-14 17:39 | Florian Dold | New Issue | |
| 2016-04-14 17:39 | Florian Dold | Status | new => assigned |
| 2016-04-14 17:39 | Florian Dold | Assigned To | => Florian Dold |
| 2016-04-27 15:36 | Florian Dold | Note Added: 0010570 | |
| 2016-04-27 15:36 | Florian Dold | Status | assigned => resolved |
| 2016-04-27 15:36 | Florian Dold | Resolution | open => fixed |
| 2016-04-28 22:15 | Christian Grothoff | Status | resolved => closed |
| 2016-04-28 22:15 | Christian Grothoff | Product Version | => 0.0 |
| 2016-04-28 22:15 | Christian Grothoff | Fixed in Version | => 0.0 |
| 2016-04-28 22:15 | Christian Grothoff | Target Version | => 0.0 |
| 2023-04-13 20:37 | Florian Dold | Category | wallet (WebExtensions) => wallet (WebExtension) |