Skip to content

Add i2c support for BME680 sensor driver

f0fd379
Select commit
Loading
Failed to load commit list.
Open

Add BME680 I2C sensor driver #115

Add i2c support for BME680 sensor driver
f0fd379
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 8, 2026 in 0s

52.5% (target 45.0%)

View this Pull Request on Codecov

52.5% (target 45.0%)

Details

Codecov Report

❌ Patch coverage is 48.32827% with 170 lines in your changes missing coverage. Please review.
✅ Project coverage is 52.5%. Comparing base (226f28b) to head (f0fd379).

Files with missing lines Patch % Lines
bme68x/device.go 24.3% 79 Missing and 5 partials ⚠️
bme68x/calibration.go 62.8% 37 Missing and 8 partials ⚠️
bme68x/bme680.go 58.0% 30 Missing and 7 partials ⚠️
bme68x/registers.go 55.6% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main    #115     +/-   ##
=======================================
- Coverage   52.6%   52.5%   -0.1%     
=======================================
  Files        117     121      +4     
  Lines      11801   12130    +329     
=======================================
+ Hits        6205    6366    +161     
- Misses      5232    5378    +146     
- Partials     364     386     +22     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.