Skip to content

Commit

Permalink
hiding blank coverage from charts
Browse files Browse the repository at this point in the history
  • Loading branch information
evsasse committed Dec 20, 2024
1 parent f80ecff commit 9e94d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def reset_api_auth!

def reports_coverage_progress
reports.map do |report|
next if report.bundled_html.blank?
next if report.general_coverage.blank?

[ report.created_at, report.general_coverage ]
end
Expand Down

0 comments on commit 9e94d9b

Please sign in to comment.