-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
👽 Added support for the new JSON Format (#34)
* 🙈 Added raw report to ignore * 📝 Moved warning to latest usage location * 👽 Adjusted coding to work with new JSON Stream format * 🧑💻 Added Github Actions Extension * ✅ Running Integration Tests for PRs * 🔧 Updated the default version to latest * ♻️ Refactored local execution Instead of a separate class now an function is leveraged. * 🍱 Replaced static data with new format * 💚 Using path.join for access of static data * 🐛 Fixed Path issue for Local vs Testing
- Loading branch information
Showing
12 changed files
with
937 additions
and
896 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,5 @@ | |
|
||
# Used for testing locally | ||
.env | ||
hack/output.json | ||
|
||
raw-report.json |
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.