-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
typo replace omment with comment #7042
Conversation
Codecov Report
@@ Coverage Diff @@
## codecov #7042 +/- ##
==========================================
Coverage ? 74.67%
==========================================
Files ? 89
Lines ? 5402
Branches ? 0
==========================================
Hits ? 4034
Misses ? 1368
Partials ? 0 Continue to review full report at Codecov.
|
Hey @kaustubh-nair and @jywarren the codecov bot worked on this pr. I've been looking around a lot to figure things out but don't understand why the travis is failing although it mentions problems with the mysql server. I'm going to look at the |
What do you guys think @debck @ananyaarun @keshav234156? |
Wow amazing! Ready to merge? |
Thanks @jywarren! Yeah I think we can merge it 😄 |
* Remove coveralls, add codecov * Add env variable * Comment reporting lines * Change env variable * Remove coveralls from rake file * Fix travis and rakefile * Remove project for codecov * Remove old reports before running * typo replace omment with comment (#7042) * typo replace omment with comment * Update blog.css * Update .travis.yml * Update .travis.yml * add codecov branch to travis for debugging Co-authored-by: Uzay-G <52892257+Uzay-G@users.noreply.github.com> Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
* Remove coveralls, add codecov * Add env variable * Comment reporting lines * Change env variable * Remove coveralls from rake file * Fix travis and rakefile * Remove project for codecov * Remove old reports before running * typo replace omment with comment (publiclab#7042) * typo replace omment with comment * Update blog.css * Update .travis.yml * Update .travis.yml * add codecov branch to travis for debugging Co-authored-by: Uzay-G <52892257+Uzay-G@users.noreply.github.com> Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
* Remove coveralls, add codecov * Add env variable * Comment reporting lines * Change env variable * Remove coveralls from rake file * Fix travis and rakefile * Remove project for codecov * Remove old reports before running * typo replace omment with comment (publiclab#7042) * typo replace omment with comment * Update blog.css * Update .travis.yml * Update .travis.yml * add codecov branch to travis for debugging Co-authored-by: Uzay-G <52892257+Uzay-G@users.noreply.github.com> Co-authored-by: Jeffrey Warren <jeff@unterbahn.com>
Fixes #6290
I think there is an error here and the
omment
should be replaced withcomment
instead for the codecov configuration.I might be wrong but I think it might be something worth trying out to solve the codecov coverage issues.
Thanks!