Skip to content

Commit

Permalink
differentiate a 0 pct because no tests and a 0 pct because everything…
Browse files Browse the repository at this point in the history
… failed
  • Loading branch information
Fynardo committed Nov 26, 2024
1 parent 5285d00 commit 038fe03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/ibutsu_server/widgets/importance_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def get_importance_component(
}
else:
sdatdict[component][bnum][importance] = {
"percentage": 0,
"percentage": "-",
"result_list": res_list,
}

Expand Down

0 comments on commit 038fe03

Please sign in to comment.