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 option to run student test classes instead of reference tests #57

Merged
merged 2 commits into from
Nov 24, 2019

Conversation

slarse
Copy link
Collaborator

@slarse slarse commented Nov 24, 2019

Fix #53

@codecov
Copy link

codecov bot commented Nov 24, 2019

Codecov Report

Merging #57 into master will decrease coverage by 0.78%.
The diff coverage is 90.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #57      +/-   ##
==========================================
- Coverage   94.36%   93.57%   -0.79%     
==========================================
  Files           5        6       +1     
  Lines         284      327      +43     
  Branches       35       47      +12     
==========================================
+ Hits          268      306      +38     
- Misses         10       13       +3     
- Partials        6        8       +2
Impacted Files Coverage Δ
repobee_junit4/junit4.py 95.62% <100%> (+0.13%) ⬆️
repobee_junit4/_exception.py 100% <100%> (ø)
repobee_junit4/_java.py 90.74% <83.33%> (-2.85%) ⬇️

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 4cf235f...2227711. Read the comment docs.

@slarse slarse merged commit c2dfe57 into master Nov 24, 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.

Adding a way to run student-written tests while cloning
1 participant