softvis-research / jqa-dashboard

Dashboard for analyzing and visualizing software artifacts' data scanned with jQAssistant and stored in a Neo4j graph database.
Apache License 2.0
40 stars 16 forks source link

Expert mode #8

Closed tmewes closed 5 years ago

tmewes commented 5 years ago

added expert mode to all card headers

codecov[bot] commented 5 years ago

Codecov Report

Merging #8 into development will decrease coverage by 3.37%. The diff coverage is 35.19%.

Impacted file tree graph

@@              Coverage Diff               @@
##           development      #8      +/-   ##
==============================================
- Coverage        50.88%   47.5%   -3.38%     
==============================================
  Files               43      44       +1     
  Lines             1130    1425     +295     
  Branches           150     189      +39     
==============================================
+ Hits               575     677     +102     
- Misses             482     652     +170     
- Partials            73      96      +23
Impacted Files Coverage Δ
...TestCoverage/visualizations/TestCoverageTreeMap.js 20.89% <0%> (-2.44%) :arrow_down:
...bution/visualizations/FilesPerFiletypePerAuthor.js 62.16% <0%> (-7.29%) :arrow_down:
.../Architecture/FileTypes/visualizations/FileType.js 53.84% <0%> (-25.11%) :arrow_down:
...ure/Dependencies/visualizations/DependencyChord.js 57.89% <0%> (-33.78%) :arrow_down:
...gement/Activity/visualizations/CommitsPerAuthor.js 48.14% <0%> (-12.73%) :arrow_down:
...anagement/Activity/visualizations/LatestCommits.js 48% <0%> (-13.91%) :arrow_down:
...anagement/Hotspots/visualizations/HotspotBubble.js 24.24% <0%> (ø) :arrow_up:
...nagement/Activity/visualizations/FilesPerAuthor.js 46.42% <0%> (-11.91%) :arrow_down:
...rd/QualityManagement/StaticCodeAnalysis/PMD/PMD.js 61.11% <14.28%> (-29.8%) :arrow_down:
...iews/Dashboard/RiskManagement/Hotspots/Hotspots.js 29.72% <15.38%> (-1.91%) :arrow_down:
... and 27 more

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 031efdd...a331815. Read the comment docs.

rmllr commented 5 years ago

Great work, Tino! But before the branch can be merged there is one small bug that needs to be fixed. If you click on Quality Managment -> Static Code Analysis -> PMD the following exception is thrown: "SyntaxError: 'tooltip-static-code-analysis-(pmd)' is not a valid selector".

tmewes commented 5 years ago

Hi Richard! Thank you for your feedback. The tooltip bug should be fixed now. :)