-
Notifications
You must be signed in to change notification settings - Fork 29
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
coverage and codecov #709
Comments
@casperdcl That's for a Linux job. Indeed, there's no OSX jobhttps://travis-ci.org/github/SyneRBI/SIRF/jobs/695339402#L16824-L16833
First item is probably because OSX Last item is probably because we should prefix with Line 204 in 586d597
In fact, should we be running |
yes we should if different jobs/platforms run different lines of code |
ok. https://travis-ci.org/github/SyneRBI/SIRF/jobs/695339398#L1759 confirms we're building in
https://travis-ci.org/github/SyneRBI/SIRF/jobs/695339398#L26582-L26583 says that we're indeed going there before running `sed
So, it is likely that the RE |
coverage was broken in a few ways: - .coverage was in a different place than we thought - OSX sed doesn't support -r but needs -E - we were not necessarily using the correct python fixes SyneRBI#709
outdated as we no longer use Travis. we might be sorting this out for GHA in #1149 |
doesn't look like
.coverage
is being generated (at least not in the expected location). TL;DR travis logs (afterctest
passes):Originally posted by @casperdcl in #614 (comment)
The text was updated successfully, but these errors were encountered: