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

Analyse code coverage in tests #603

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

niccokunzmann
Copy link
Member

@niccokunzmann niccokunzmann commented Mar 18, 2024

By analysing the code coverage in the test files, we can make sure that we do not accidentially remove a test and that all test code actually is used.

Issues to open:

  • run hypothesis tests
  • newcomer issues for writing tests for uncovered production code

By analysing the code coverage in the test files, we can make sure that we do not accidentially remove a test
and that all test code actually is used
@coveralls
Copy link

coveralls commented Mar 18, 2024

Pull Request Test Coverage Report for Build 8331194906

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+2.7%) to 96.738%

Totals Coverage Status
Change from base Build 7772464706: 2.7%
Covered Lines: 2728
Relevant Lines: 2820

💛 - Coveralls

@coveralls
Copy link

coveralls commented Mar 18, 2024

Pull Request Test Coverage Report for Build 8331222776

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+2.7%) to 96.738%

Totals Coverage Status
Change from base Build 7772464706: 2.7%
Covered Lines: 2728
Relevant Lines: 2820

💛 - Coveralls

@jacadzaca
Copy link
Collaborator

can you elaborate on the issues we should open? I'm not quite following

@niccokunzmann
Copy link
Member Author

I created the issues that I wanted to have opened!

@jacadzaca jacadzaca merged commit f48388b into collective:master Mar 26, 2024
13 checks passed
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.

4 participants