GCViewer icon indicating copy to clipboard operation
GCViewer copied to clipboard

Added application stopped events to JDK unified logging parser

Open kcrimson opened this issue 7 years ago • 4 comments

kcrimson avatar Oct 29 '18 11:10 kcrimson

Codecov Report

Merging #208 into develop will increase coverage by 0.04%. The diff coverage is 84%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #208      +/-   ##
=============================================
+ Coverage      69.94%   69.99%   +0.04%     
- Complexity      1479     1483       +4     
=============================================
  Files            145      145              
  Lines           8396     8429      +33     
  Branches        1374     1375       +1     
=============================================
+ Hits            5873     5900      +27     
- Misses          1948     1953       +5     
- Partials         575      576       +1
Impacted Files Coverage Δ Complexity Δ
...perf/gcviewer/imp/DataReaderUnifiedJvmLogging.java 81.68% <84%> (+1.2%) 50 <5> (+3) :arrow_up:
...va/com/tagtraum/perf/gcviewer/view/GCDocument.java 33.97% <0%> (-0.97%) 23% <0%> (ø)
...java/com/tagtraum/perf/gcviewer/model/GCModel.java 86.11% <0%> (+0.25%) 131% <0%> (+1%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 99ceac8...e06b5e6. Read the comment docs.

codecov-io avatar Oct 29 '18 11:10 codecov-io

@chewiebug how can I view Better Code Hub report?

kcrimson avatar Nov 29 '18 08:11 kcrimson

@chewiebug If I navigate to 'Details' of the 'Better Code Hub' it shows me this error:

Only the repository's owners and organization members (if the repository is an organization repository) can view its Better Code Hub results.

I don't know if it is a good idea to use secret metrics to make the build fail.

cmoetzing avatar Jan 24 '20 09:01 cmoetzing