No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
e71d7b6
... +0 ...
94b5031
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
71 | 71 | threadEvent.setThreadId(debugThread.getThreadId()); |
|
72 | 72 | threadEvent.setReason(ThreadEventArgumentsReason.STARTED); |
|
73 | 73 | peer.thread(threadEvent); |
|
74 | - | } else { |
|
75 | - | // TODO: Remove temporary workaround for bug in LuaJPP2 that clears the debug hook |
|
76 | - | debugThread.installHook(breakpoints); |
|
77 | 74 | } |
|
78 | 75 | ||
79 | 76 | if (context == primaryContext && thread == scriptContext.getMainThread()) { |
Learn more Showing 2 files with coverage changes found.
core/src/main/java/nl/weeaboo/vn/impl/image/GdxTextureStore.java
core/src/main/java/nl/weeaboo/vn/impl/debug/PerformanceMetrics.java
Files | Complexity | Coverage |
---|---|---|
api/src/main/java/nl/weeaboo/vn | 91.53% | 96.76% |
buildtools/src/main/java/nl/weeaboo/vn/buildtools | 81.13% | 87.46% |
core/src/main/java/nl/weeaboo/vn | 83.32% | -0.06% 87.72% |
desktop/src/main/java/nl/weeaboo/vn/desktop | 75.71% | -0.07% 82.17% |
Project Totals (384 files) | 83.65% | 88.20% |
94b5031
e71d7b6