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

Show more than first line when using mocha test runner #955

Merged
merged 2 commits into from
Jul 14, 2021

Conversation

wordhou
Copy link
Collaborator

@wordhou wordhou commented Jul 13, 2021

Resolves #691, adding settings to the build.gradle.kts to show the full exception when an assertion fails.


I confirm that I have read the Contributor Agreements v1.0, agree to be bound on them and confirm that my contribution is compliant.

@wordhou wordhou requested a review from robstoll as a code owner July 13, 2021 20:05
@codecov
Copy link

codecov bot commented Jul 13, 2021

Codecov Report

Merging #955 (8599fd8) into master (3a7c9cd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #955   +/-   ##
=======================================
  Coverage   91.35%   91.35%           
=======================================
  Files         433      433           
  Lines        4336     4336           
  Branches      217      217           
=======================================
  Hits         3961     3961           
  Misses        326      326           
  Partials       49       49           
Flag Coverage Δ
bbc 80.60% <ø> (ø)
bc 80.47% <ø> (ø)
current 87.59% <ø> (ø)
current_windows 86.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...fluent/en_GB/mapLikeContainsInOrderOnlyCreators.kt 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3a7c9cd...8599fd8. Read the comment docs.

@robstoll robstoll merged commit 633041a into robstoll:master Jul 14, 2021
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.

show more than first line when using mocha test runner
2 participants