Skip to content

Commit

Permalink
feat: change total to invalid in builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mari1912 committed Jul 5, 2024
1 parent d4969c7 commit c8ccccf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const TreeListingPage = (): JSX.Element => {
name: tree.tree_name ?? '',
branch: tree.git_repository_branch ?? '',
commit: tagCommit,
buildStatus: `${tree.build_status.valid} / ${tree.build_status.total}`,
buildStatus: `${tree.build_status.valid} / ${tree.build_status.invalid}`,
testStatus: `${tree.test_status.fail} / ${tree.test_status.total}`,
})
})
Expand Down

0 comments on commit c8ccccf

Please sign in to comment.