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

Track code coverage using codecov #98

Merged
merged 5 commits into from
May 23, 2018
Merged

Track code coverage using codecov #98

merged 5 commits into from
May 23, 2018

Conversation

andfoy
Copy link
Owner

@andfoy andfoy commented May 23, 2018

No description provided.

@andfoy andfoy added this to the v0.5.2 milestone May 23, 2018
@codecov-io
Copy link

codecov-io commented May 23, 2018

Codecov Report

❗ No coverage uploaded for pull request base (master@fc319db). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fc319db...637d7df. Read the comment docs.

@ccordoba12
Copy link
Contributor

@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"
Copy link
Contributor

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.

@ccordoba12
Copy link
Contributor

This needs a merge with master now.

@andfoy andfoy merged commit e574624 into andfoy:master May 23, 2018
@andfoy andfoy deleted the codecov branch May 23, 2018 20:01
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.

3 participants