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

Improve JUnit failure report #1719

Merged
merged 1 commit into from
Oct 27, 2019
Merged

Improve JUnit failure report #1719

merged 1 commit into from
Oct 27, 2019

Conversation

AlexanderStein
Copy link

The JUnit report is improved in that:

  • The message shows the testing condition, not the result
  • The actual message has similar output than the console one

My reason is that using catch2 with junit reporter in a gitlab testing environment, failures report next to nothing, just the line where the failure happened. So i modified the output to be similar to the console one.
I think this also addresses #1347

The JUnit report is improved in that:
* The message shows the testing condition, not the result
* The actual message has similar output than the console one
@codecov
Copy link

codecov bot commented Oct 27, 2019

Codecov Report

Merging #1719 into master will increase coverage by 1.91%.
The diff coverage is 91.67%.

@@            Coverage Diff             @@
##           master    #1719      +/-   ##
==========================================
+ Coverage   86.22%   88.13%   +1.91%     
==========================================
  Files         131      138       +7     
  Lines        3832     5494    +1662     
==========================================
+ Hits         3304     4842    +1538     
- Misses        528      652     +124

@horenmar horenmar added the Tweak label Oct 27, 2019
@horenmar
Copy link
Member

Thanks, I rebased the changes to current master to make it ready for merging.

@horenmar horenmar merged commit 2fbd66c into catchorg:master Oct 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants