Skip to content

feat: Add junit module#1908

Merged
mergify[bot] merged 5 commits into
masterfrom
1827_JUnitReport_generation
May 12, 2021
Merged

feat: Add junit module#1908
mergify[bot] merged 5 commits into
masterfrom
1827_JUnitReport_generation

Conversation

@jan-goral
Copy link
Copy Markdown
Contributor

@jan-goral jan-goral commented May 10, 2021

Fixes #1827

  • The JUnit structures are bases on those taken from the test_runner but applying some fixes like reducing the number of nullable fields.
  • The JUnit.xsd is added just for convenience as a referential scheme.

Test Plan

How do we know the code works?

Unit tests pass

Checklist

  • Documented
  • Unit tested

@jan-goral jan-goral self-assigned this May 10, 2021
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 10, 2021

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

@jan-goral jan-goral force-pushed the 1827_JUnitReport_generation branch from 4a8c69f to 8a09d64 Compare May 10, 2021 16:16
@jan-goral jan-goral marked this pull request as ready for review May 11, 2021 11:15
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 11, 2021

Timestamp: 2021-05-12 13:09:00
Buildscan url for ubuntu-workflow run 835538561
https://gradle.com/s/wgfldntk4e2zy

@bootstraponline bootstraponline force-pushed the 1827_JUnitReport_generation branch 4 times, most recently from e1b9302 to b18cb0f Compare May 11, 2021 17:47
@mergify
Copy link
Copy Markdown

mergify Bot commented May 11, 2021

Title does not follow the guidelines of Conventional Commits.
Please adjust title before merge and use one of following prefix:

  • build - Changes that affect the build system or external dependencies (dependencies update)
  • ci - Changes to our CI configuration files and scripts (basically directory .github/workflows)
  • docs - Documentation only changes
  • feat - A new feature
  • fix - A bug fix
  • chore - Changes which does not touch the code (ex. manual update of release notes). It will not generate release notes changes
  • refactor - A code change that contains refactor
  • style - Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
  • test - Adding missing tests or correcting existing tests and also changes for our test app
  • perf - A code change that improves performance (I do not think we will use it)

@bootstraponline bootstraponline force-pushed the 1827_JUnitReport_generation branch from 0dc3ea0 to ecec0e2 Compare May 12, 2021 13:04
@mergify mergify Bot merged commit d2151f8 into master May 12, 2021
@mergify mergify Bot deleted the 1827_JUnitReport_generation branch May 12, 2021 14:26
@github-actions github-actions Bot locked and limited conversation to collaborators May 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JUnitReport generation

3 participants