collective / icalendar

icalendar parser library for Python
https://icalendar.readthedocs.io
Other
1k stars 172 forks source link

Analyse code coverage in tests #603

Closed niccokunzmann closed 8 months ago

niccokunzmann commented 8 months ago

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:

coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 8331194906

Details


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

💛 - Coveralls
coveralls commented 8 months ago

Pull Request Test Coverage Report for Build 8331222776

Details


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

💛 - Coveralls
jacadzaca commented 8 months ago

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

niccokunzmann commented 8 months ago

I created the issues that I wanted to have opened!