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

Improve coverage report #644

Merged
merged 5 commits into from
Jun 25, 2024
Merged

Conversation

niccokunzmann
Copy link
Member

@niccokunzmann niccokunzmann commented Jun 22, 2024

@coveralls
Copy link

coveralls commented Jun 22, 2024

Pull Request Test Coverage Report for Build 9627060049

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 2 unchanged lines in 1 file lost coverage.
  • Overall coverage remained the same at 97.228%

Files with Coverage Reduction New Missed Lines %
src/icalendar/timezone/zoneinfo.py 2 94.67%
Totals Coverage Status
Change from base Build 9626822147: 0.0%
Covered Lines: 3087
Relevant Lines: 3175

💛 - Coveralls

@coveralls
Copy link

coveralls commented Jun 22, 2024

Pull Request Test Coverage Report for Build 9627068166

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.228%

Totals Coverage Status
Change from base Build 9626822147: 0.0%
Covered Lines: 3087
Relevant Lines: 3175

💛 - Coveralls

@niccokunzmann niccokunzmann changed the title Make coverage report submission optional for test runs Improve coverage report Jun 23, 2024
@coveralls
Copy link

coveralls commented Jun 23, 2024

Pull Request Test Coverage Report for Build 9634087944

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 97.672%

Totals Coverage Status
Change from base Build 9633923671: 0.0%
Covered Lines: 3063
Relevant Lines: 3136

💛 - Coveralls

@niccokunzmann
Copy link
Member Author

coverage reporting works

Copy link
Member

@stevepiercy stevepiercy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. OK to merge, pending resolution of todo checklist in original pull request description.

@niccokunzmann
Copy link
Member Author

I changed the description to represent the change.

@stevepiercy
Copy link
Member

@niccokunzmann I'll let you manage merging of PRs as it is a moving target for me and I reckon you have a better grip on it.

@niccokunzmann
Copy link
Member Author

I would like to you feel confident to merge. It is part of empowering contributors and spreading the load and increasing the bus factor, diversity, ... .

Here are your documented rights:
https://icalendar.readthedocs.io/en/latest/maintenance.html#collaborators

Please use them ❤️

@niccokunzmann
Copy link
Member Author

Ah and most important: Merging makes people happy! And we have a version control system, so we do not really cause irreversible damage. Trust first if you ask me.

@stevepiercy stevepiercy merged commit 3d55c54 into collective:main Jun 25, 2024
14 checks passed
niccokunzmann added a commit to niccokunzmann/icalendar that referenced this pull request Jun 25, 2024
Sometimes, we get this error:
coveralls.exception.CoverallsException: Could not submit coverage: 422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs

This PR allows the error to happen while also maintaining the test
result and making sure that we actually installed all dependencies.

This is a follow up from
collective#644
main branch failed:
https://github.com/collective/icalendar/actions/runs/9663149658/job/26654629821
niccokunzmann added a commit that referenced this pull request Jul 1, 2024
* Make coverage report optional in case it fails to submit

Sometimes, we get this error:
coveralls.exception.CoverallsException: Could not submit coverage: 422 Client Error: Unprocessable Entity for url: https://coveralls.io/api/v1/jobs

This PR allows the error to happen while also maintaining the test
result and making sure that we actually installed all dependencies.

This is a follow up from
#644
main branch failed:
https://github.com/collective/icalendar/actions/runs/9663149658/job/26654629821

* log changes

* use github service for coverage

* Finalize coverage even if tests failed

---------

Co-authored-by: Steve Piercy <web@stevepiercy.com>
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.

None yet

3 participants