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

Expand the usage of fully qualified method names for all the API #102

Merged
merged 1 commit into from
Jul 6, 2021

Conversation

andre15silva
Copy link
Contributor

Closes #101

Bumped to the new major version, snapshot for now.

@coveralls
Copy link

coveralls commented Jul 5, 2021

Pull Request Test Coverage Report for Build 1001569940

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 22 of 27 (81.48%) changed or added relevant lines in 8 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.04%) to 43.847%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/eu/stamp_project/testrunner/runner/coverage/JUnit5JacocoRunnerPerTestMethod.java 0 1 0.0%
src/main/java/eu/stamp_project/testrunner/listener/junit4/CoveredTestResultsPerJUnit4TestMethod.java 0 2 0.0%
src/main/java/eu/stamp_project/testrunner/listener/junit4/JUnit4TestResult.java 10 12 83.33%
Totals Coverage Status
Change from base Build 1000579081: -0.04%
Covered Lines: 1012
Relevant Lines: 2308

💛 - Coveralls

@danglotb
Copy link
Member

danglotb commented Jul 6, 2021

Hi @andre15silva

Thank you very much! I'll release test-runner-3.0.0 today unless there are some incoming features that you would need in the next release.

Best

@danglotb danglotb merged commit 90d7a84 into STAMP-project:master Jul 6, 2021
@andre15silva
Copy link
Contributor Author

Hi @andre15silva

Hi @danglotb

unless there are some incoming features that you would need in the next release.

Not really, we will probably need to add more features to test-runner (such as #98 ), but working with a snapshot is okay for now.

@monperrus
Copy link
Member

really nice series of PR, thanks @andre15silva and @danglotb

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.

Expand the usage of testClassName#testMethodName for all the API
4 participants