-
Notifications
You must be signed in to change notification settings - Fork 27
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
Track code coverage using codecov #98
Conversation
Codecov Report
@@ Coverage Diff @@
## master #98 +/- ##
=========================================
Coverage ? 82.92%
=========================================
Files ? 3
Lines ? 410
Branches ? 0
=========================================
Hits ? 340
Misses ? 70
Partials ? 0 Continue to review full report at Codecov.
|
@andfoy, let's add some configuration for codecov. You can find the one we use in Spyder here: https://github.com/spyder-ide/spyder/blob/master/.codecov.yml |
appveyor.yml
Outdated
@@ -62,7 +62,7 @@ test_script: | |||
- "%CMD_IN_ENV% ciocheck winpty --disable-tests" | |||
- "conda remove pytest-xdist" | |||
- "%CMD_IN_ENV% pytest winpty --cov=winpty --cov-report term-missing -v" | |||
- "%CMD_IN_ENV% coveralls" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please don't remove coveralls
, but add codecov
as a new command.
This needs a merge with master now. |
No description provided.