You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- deduplicate tests
- define `setTopic` on `BaseLogger`, not `ToolkitLogger`
- it's not specific to ToolkitLogger, so it should live in the base
interface.
- define `LogTopic` in `logger.ts`, not `ToolkitLogger`
- it's not specific to ToolkitLogger, so it should live in the base
interface.
See the [jscpd cli documentation](https://github.com/kucherenko/jscpd/tree/master/apps/jscpd) for
227
+
more options.
228
+
219
229
### Coverage report
220
230
221
231
You can find the coverage report at `./coverage/amazonq/lcov-report/index.html` and `./coverage/toolkit/lcov-report/index.html` after running the tests. Tests ran from the workspace launch config won't generate a coverage report automatically because it can break file watching.
0 commit comments