-
-
Notifications
You must be signed in to change notification settings - Fork 422
Removed dependency from bcmi-labs/arduino-modules #102
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
Conversation
✅ Build completed.
⬇️ Linux 64: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-27-PR102-linux64.tar.bz2
⬇️ Linux 32: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-27-PR102-linux32.tar.bz2
⬇️ Linux ARM: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-27-PR102-linuxarm.tar.bz2
⬇️ Windows: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-27-PR102-windows.zip
⬇️ OSX: http://downloads.arduino.cc/PR/arduino-cli/arduino-cli-27-PR102-osx.zip
i️ To test this build:
- Just replace
arduino-cli
binary with the provided one
Codecov Report
@@ Coverage Diff @@ ## master #102 +/- ## ========================================== - Coverage 47.86% 47.78% -0.08% ========================================== Files 92 92 Lines 4095 4112 +17 ========================================== + Hits 1960 1965 +5 - Misses 1898 1910 +12 Partials 237 237
Continue to review full report at Codecov.
|
The previous configuration would only fail if the last compilation of one of the list items failed. Failure of any of the prior compilations in the list item would be masked by a successful final compilation.
Fix #98