Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

junit report processor #75

Merged
merged 2 commits into from
Dec 18, 2023
Merged

junit report processor #75

merged 2 commits into from
Dec 18, 2023

Conversation

finn-block
Copy link
Contributor

currently in draft form, works toward reading and parsing junit-formatted test results from the various web5-* repos and producing an html document, which can be published with GitHub Pages.

@finn-block finn-block force-pushed the junit-report-processor branch from ed57049 to 25a7e3e Compare December 13, 2023 19:51
var meta = map[string]SDKMeta{
"result-files/web5-js.zip": {
Name: "web5-js",
FeatureRegex: regexp.MustCompile(`Web5TestVectors(\w+)Spec`),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

perfect

return len(r.Errors) == 1 && r.Errors[0] == ErrNotSupported
}

func (r Result) GetEmoji() string {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

best function

@finn-block finn-block force-pushed the junit-report-processor branch from 8bda53a to 8a68b36 Compare December 14, 2023 23:14
@finn-block finn-block force-pushed the junit-report-processor branch from 71df646 to 5fbe357 Compare December 15, 2023 22:45
@finn-block finn-block marked this pull request as ready for review December 15, 2023 22:45
@finn-block finn-block merged commit 2c60bc7 into main Dec 18, 2023
4 checks passed
@finn-block finn-block deleted the junit-report-processor branch December 18, 2023 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants