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] Add a --junit4-timeout option to specify a hard time limit for tests #69

Merged
merged 3 commits into from
Dec 4, 2019

Conversation

slarse
Copy link
Collaborator

@slarse slarse commented Dec 4, 2019

Fix #62

@codecov
Copy link

codecov bot commented Dec 4, 2019

Codecov Report

Merging #69 into master will increase coverage by 0.03%.
The diff coverage is 97.29%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   93.54%   93.58%   +0.03%     
==========================================
  Files           7        7              
  Lines         403      405       +2     
  Branches       59       63       +4     
==========================================
+ Hits          377      379       +2     
+ Misses         16       15       -1     
- Partials       10       11       +1
Impacted Files Coverage Δ
repobee_junit4/_junit4_runner.py 91.07% <100%> (+0.5%) ⬆️
repobee_junit4/_output.py 97.67% <100%> (+0.73%) ⬆️
repobee_junit4/junit4.py 94.89% <90.9%> (-0.35%) ⬇️

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 255e555...66cd161. Read the comment docs.

@slarse slarse merged commit 98c6b9d into master Dec 4, 2019
This pull request was closed.
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.

Add a user-configurable timeout
1 participant