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

Enable collection of branch coverage on test runs #699

Merged
merged 2 commits into from
Jul 28, 2024

Conversation

devdanzin
Copy link
Contributor

Having branch coverage information helps when trying to address issues like #698 and #629 (where we used it to find places to test).

This PR adds the --branch option to coverage run in tox.ini commands.

Possible downsides: test run time will likely increase, coverage numbers will probably go down. Still, the difference should not be huge and it will help improving coverage in the long term.

@coveralls
Copy link

coveralls commented Jul 25, 2024

Pull Request Test Coverage Report for Build 10102688154

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.1%) to 97.492%

Totals Coverage Status
Change from base Build 10100578761: -0.1%
Covered Lines: 3176
Relevant Lines: 3254

💛 - Coveralls

@niccokunzmann niccokunzmann merged commit 4afb2b2 into collective:main Jul 28, 2024
17 checks passed
@niccokunzmann
Copy link
Member

Cool, thanks!

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.

3 participants