cainus / codecov.io

MIT License
44 stars 50 forks source link

make snap work with pull requests #18

Closed akshaykarle closed 9 years ago

akshaykarle commented 9 years ago

snap doesn't set $SNAP_COMMIT for pull request builds. use the $SNAP_UPSTREAM_COMMIT instead

codecov-io commented 9 years ago

Current coverage is 77.38%

Merging #18 into master will change coverage by -0.27% by 1460dba

Coverage Diff

@@            master     #18   diff @@
======================================
  Files           15      15       
  Stmts           85      84     -1
  Branches        34      35     +1
  Methods         25      25       
======================================
- Hit             66      65     -1
  Partial          1       1       
  Missed          18      18       

Powered by Codecov

stevepeak commented 9 years ago

@akshaykarle We will need to include the pr number as well. Thats an important part of Codecov's organization. I'll update the uploader to reflect these changes. Thank you!