Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify structure of reports generated by open task scanner #1093

Merged
merged 1 commit into from
Nov 4, 2021

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Nov 3, 2021

Extract issues from file reports before attaching them to the aggregated report. Storing issues per file in a new report seems to be wasted memory.

…ted report.

Storing issues per file in a new report seems to be wasted memory.
@uhafner uhafner added the internal Internal changes without user or API impact label Nov 3, 2021
@codecov
Copy link

codecov bot commented Nov 3, 2021

Codecov Report

Merging #1093 (431263f) into master (f2a20cd) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1093   +/-   ##
=========================================
  Coverage     79.71%   79.71%           
  Complexity     1474     1474           
=========================================
  Files           242      242           
  Lines          5373     5373           
  Branches        422      422           
=========================================
  Hits           4283     4283           
  Misses          933      933           
  Partials        157      157           
Impacted Files Coverage Δ
.../plugins/analysis/warnings/tasks/AgentScanner.java 53.73% <100.00%> (ø)

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 02abb87...431263f. Read the comment docs.

@uhafner uhafner merged commit d984378 into master Nov 4, 2021
@uhafner uhafner deleted the open-tasks-no-subreport branch November 4, 2021 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Internal changes without user or API impact
Projects
None yet
1 participant