-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(IssuesList): add a counter for unknown issues
Add a counter containing the number of failed tests with no linked issues. To do it, add an optional parameter to `IssuesList` that accept the number of total failed tests/builds/boots. If the parameter is not present the behavior of the Issues List is equal as it was before, otherwise it adds a new line to the list containing the number of unknown issues. Close #544
- Loading branch information
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters