Fix OS 32-bit artifact fetching #438
codecov-io
commented
Jan 26, 2016
Current coverage is
|
build.gradle
| @@ -76,7 +76,7 @@ allprojects { | ||
| } | ||
| } | ||
| -def os = osdetector.classifier.replace("osx", "macosx").replace("windows-x86_32", "windows-x86") | ||
| +def os = osdetector.classifier.replace("osx", "macosx").replace("windows-x86_32", "windows-x86").replace("x86_32", "x86") |
|
ThomasJClark
Isn't this equivalent to |
5 checks passed
codacy/pr
Good work! The project quality is stable.
Details
codecov/patch
coverage not affected
Details
codecov/project
51.74% (offset) compared to ccccf5f at 51.79%
Details
continuous-integration/appveyor/pr
AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This PR will close #428 upon merging