Skip to content

Commit

Permalink
Tweak message in report
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-metalinkage committed Nov 9, 2023
1 parent 4e247c6 commit f832325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ogc/bblocks/validation/report.html.mako
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ get_filename = lambda s: basename(urlparse(s).path)
% if report['result']:
Passed
% else:
Failed
Tests Failed
% endif
% if report['counts']['total'] > 0:
(${f"{report['counts']['passed'] * 100 / report['counts']['total']:.2f}".rstrip('0').rstrip('.')}%)
(${f"{report['counts']['passed'] * 100 / report['counts']['total']:.2f}".rstrip('0').rstrip('.')}% passed)
% else:
(100%)
% endif
Expand Down

0 comments on commit f832325

Please sign in to comment.