-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: better error messages during the runs (#16)
* fix: better error messages during the runs This commit improves the logging for this GitHub Action so developer can understand most of the thing from the console output without a need to look into the HTML report. This commit also removes couple of simple functions and embeds their functionality into the main function without losing readability. The HTML report will be anyways downloaded and stored for Splunk repositories. * chore: temporarily use Dockerfile in action.yml for testing * fix: make 15 retries for some bigger add-ons * fix: up to 20 retries for getting the results * refactor: combine 2 lines into 1
- Loading branch information
Showing
6 changed files
with
546 additions
and
142 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[run] | ||
plugins = covdefaults | ||
plugins = covdefaults |
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
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
Oops, something went wrong.