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

Less memory exaustive coverage transformer. #110

Merged
merged 3 commits into from
Jul 19, 2021

Conversation

andre15silva
Copy link
Contributor

@andre15silva andre15silva commented Jul 16, 2021

  • Introduces CoverageCollectorDetailedCompressed, similar to CoverageCollectorDetailed but doesn't store the information regarding non-covered classes.
  • Fixes timeout exception not being informative.

Closes #108

@coveralls
Copy link

coveralls commented Jul 16, 2021

Pull Request Test Coverage Report for Build 1037404912

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

  • 0 of 24 (0.0%) changed or added relevant lines in 1 file are covered.
  • 15 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.4%) to 43.488%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/eu/stamp_project/testrunner/listener/impl/CoverageCollectorDetailedCompressed.java 0 24 0.0%
Files with Coverage Reduction New Missed Lines %
src/main/java/eu/stamp_project/testrunner/EntryPoint.java 2 78.37%
src/main/java/eu/stamp_project/testrunner/runner/ParserOptions.java 13 60.0%
Totals Coverage Status
Change from base Build 1033756460: -0.4%
Covered Lines: 1015
Relevant Lines: 2334

💛 - Coveralls

Signed-off-by: André Silva <andre15andre@hotmail.com>
Signed-off-by: André Silva <andre15andre@hotmail.com>
Signed-off-by: André Silva <andre15andre@hotmail.com>
@andre15silva
Copy link
Contributor Author

Rebased and ready for review.

@danglotb danglotb merged commit 73b7dd0 into STAMP-project:master Jul 19, 2021
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.

Optimize memory usage
3 participants