edgefirst-imu 3.1.0

EdgeFirst IMU Service for BNO08x sensors
sonar.projectKey=EdgeFirstAI_imu
sonar.organization=edgefirstai

sonar.projectName=EdgeFirst IMU
sonar.projectVersion=3.0.1

sonar.language=rust
sonar.sources=src
sonar.tests=tests

# Coverage reports (LCOV format from cargo-llvm-cov)
# Paths are set dynamically via workflow args
# sonar.rust.lcov.reportPaths=coverage/*.lcov

sonar.exclusions=**/target/**

# Don't fail the build on quality gate status
sonar.qualitygate.wait=false
sonar.host.url=https://sonarcloud.io