-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add Codecov to gensim repo #3252
Conversation
Waiting for @piskvorky to approve codecov access to the gensim repo (he's the repo owner). I think codecov has sent the request by email. |
@piskvorky can you please try to add codecov as app form here https://github.com/marketplace/codecov/plan/MDIyOk1hcmtldHBsYWNlTGlzdGluZ1BsYW4xNg== In that case, you should have a way to select a repo |
Thanks, done: I "installed" that app into 4 public repos: Gensim, smart-open, sqlitedict and bounter. |
Codecov Report
@@ Coverage Diff @@
## develop #3252 +/- ##
==========================================
Coverage ? 78.88%
==========================================
Files ? 68
Lines ? 11772
Branches ? 0
==========================================
Hits ? 9286
Misses ? 2486
Partials ? 0 Continue to review full report at Codecov.
|
Good work @menshikh-iv . Thank you!! |
Fix #2002
CC @mpenkov, I need you to follow instruction from https://docs.codecov.com/docs#basic-usage to have an upload token available in github actions (or just integrations with github repo)
What's need to add after token will be available:
--cov-report=xml
to pytestpy38-linux
), see https://github.com/codecov/codecov-action#example-workflowyml-with-codecov-action as reference