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

[feat] Tweak verbosity levels of compile error output #66

Merged
merged 8 commits into from
Dec 3, 2019

Conversation

slarse
Copy link
Collaborator

@slarse slarse commented Dec 3, 2019

The amount of lines in compile errors are now truncated to a single line in normal output mode, default of 10 lines in verbose output and no truncation in very verbose mode.

Fix #64

@codecov
Copy link

codecov bot commented Dec 3, 2019

Codecov Report

Merging #66 into master will increase coverage by 0.18%.
The diff coverage is 95.65%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #66      +/-   ##
==========================================
+ Coverage   93.36%   93.54%   +0.18%     
==========================================
  Files           7        7              
  Lines         392      403      +11     
  Branches       57       59       +2     
==========================================
+ Hits          366      377      +11     
  Misses         16       16              
  Partials       10       10
Impacted Files Coverage Δ
repobee_junit4/_junit4_runner.py 90.56% <100%> (-0.18%) ⬇️
repobee_junit4/junit4.py 95.23% <100%> (+0.46%) ⬆️
repobee_junit4/_output.py 96.93% <95.23%> (-1.37%) ⬇️

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 70f73e5...794c3ad. Read the comment docs.

@slarse slarse merged commit 5e895ac into master Dec 3, 2019
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.

Truncation should also affect amount of lines
1 participant