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

fix(commitlint-config): junit formatter updated to include top level title #105

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

SimeonC
Copy link
Collaborator

@SimeonC SimeonC commented Feb 2, 2024

Moving changes from davidparsson/junit-report-builder#61

Sample output:

<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Commit Lint" tests="2" failures="0" errors="2" skipped="0">
  <testsuite name="some bad commit" tests="2" failures="0" errors="2" skipped="0">
    <testcase name="subject-empty" classname="Error">
      <error message="subject may not be empty"/>
    </testcase>
    <testcase name="type-empty" classname="Error">
      <error message="type may not be empty"/>
    </testcase>
  </testsuite>
</testsuites>
📦 Published PR as canary version: Canary Versions

✨ Test out this PR locally via:

npm install @tablecheck/commitlint-config@6.0.2-canary.105.7750623779.0
# or 
yarn add @tablecheck/commitlint-config@6.0.2-canary.105.7750623779.0

@SimeonC SimeonC added the patch Increment the patch version when merged label Feb 2, 2024
Copy link

github-actions bot commented Feb 2, 2024

Unit Test Results

    1 files      3 suites   25s ⏱️
201 tests 201 ✔️ 0 💤 0
219 runs  219 ✔️ 0 💤 0

Results for commit da37711.

♻️ This comment has been updated with latest results.

@SimeonC SimeonC force-pushed the update-commitlint-xml-outputter branch from 24ee1c6 to da37711 Compare February 2, 2024 02:32
@SimeonC SimeonC enabled auto-merge (rebase) February 2, 2024 02:32
@SimeonC SimeonC merged commit f56614a into main Feb 2, 2024
5 checks passed
@SimeonC SimeonC deleted the update-commitlint-xml-outputter branch February 2, 2024 06:58
@tablecheck-public-automation tablecheck-public-automation added the released This issue/pull request has been released. label Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
patch Increment the patch version when merged released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants