-
-
Notifications
You must be signed in to change notification settings - Fork 42
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
WIP: Split tests into unit and integration groups #165 #201
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #201 +/- ##
=========================================
Coverage 91.28% 91.28%
Complexity 127 127
=========================================
Files 44 44
Lines 413 413
Branches 52 52
=========================================
Hits 377 377
Misses 9 9
Partials 27 27 Continue to review full report at Codecov.
|
Here is an overview of what got changed by this pull request: Issues
======
- Added 6
See the complete overview on Codacy |
|
||
@Test | ||
fun `stub test`() { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
@Test | ||
fun `stub test`() { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
@Test | ||
fun `stub test`() { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class IntegrationTest { | ||
|
||
@Test | ||
fun `stub test`() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class IntegrationTest { | ||
|
||
@Test | ||
fun `stub test`() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
class IntegrationTest { | ||
|
||
@Test | ||
fun `stub test`() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Task in progress.