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

Fix Coverage generation #5

Merged
merged 1 commit into from
Apr 13, 2023
Merged

Fix Coverage generation #5

merged 1 commit into from
Apr 13, 2023

Conversation

akikoskinen
Copy link
Contributor

@akikoskinen akikoskinen commented Apr 12, 2023

The codecov Python package [1] has been deprecated and now it has been removed from PyPI too. It can't be used any more. Switch to the current way of uploading coverage data.

Here's a failed run from another branch that has the deprecated codecov package.

[1] https://github.com/codecov/codecov-python

The `codecov` Python package [1] has been deprecated and now it has been
removed from PyPI too. It can't be used any more. Switch to the current
way of uploading coverage data.

[1] https://github.com/codecov/codecov-python
@codecov-commenter
Copy link

Codecov Report

Merging #5 (6d26b60) into main (d63e032) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main       #5   +/-   ##
=======================================
  Coverage   91.83%   91.83%           
=======================================
  Files           4        4           
  Lines          98       98           
  Branches       13       13           
=======================================
  Hits           90       90           
  Misses          5        5           
  Partials        3        3           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@akikoskinen akikoskinen merged commit 6d26b60 into main Apr 13, 2023
@akikoskinen akikoskinen deleted the coverage branch April 13, 2023 07:22
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