You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should add some measure of code coverage on the R package (since that's our main published artifact) using codecov. This probably means adding codecov stuff to .travis.yml only for the one build with the most recent Elasticsearch version.
Should also add some rules to break PRs that don't test their code using a .codecov.yml file at the repo root.
Should also add a codecov badge in the README.
Fixing this issue doesn't have to be a single PR!
The text was updated successfully, but these errors were encountered:
Should add some measure of code coverage on the R package (since that's our main published artifact) using
codecov
. This probably means addingcodecov
stuff to.travis.yml
only for the one build with the most recent Elasticsearch version.Should also add some rules to break PRs that don't test their code using a
.codecov.yml
file at the repo root.Should also add a
codecov
badge in the README.Fixing this issue doesn't have to be a single PR!
The text was updated successfully, but these errors were encountered: