zapreq 0.1.6

A fast, friendly HTTP client for the terminal
Documentation
sonar.projectKey=MFAIZAN20_zapreq
sonar.organization=mfaizan20

# Display name in SonarCloud UI
sonar.projectName=zapreq
sonar.projectVersion=1.0

# Scan the full repository
sonar.sources=.

# Exclude generated/build/dependency folders
sonar.exclusions=**/node_modules/**,**/dist/**,**/build/**,**/.next/**,**/target/**,**/coverage/**,**/.git/**

# Frontend coverage is not generated in CI yet, and several Rust UI/reporting modules do not
# have a stable unit-test harness yet. Keep them out of the coverage gate until they are
# instrumented with dedicated tests.
sonar.coverage.exclusions=frontend/**,src-tauri/**,.github/**,scripts/**,package.json,src/main.rs,src/collections.rs,src/config.rs,src/format/headers.rs,src/format/json.rs,src/format/xml.rs,src/notes.rs,src/output/theme.rs,src/perf.rs,src/regression.rs,src/security.rs,src/secrets.rs,src/sources.rs,src/tui.rs,src/zapdocs.rs,src/cli.rs,src/localdb.rs

# Import Rust coverage produced as LCOV in CI
sonar.rust.lcov.reportPaths=coverage/lcov.info

# Encoding
sonar.sourceEncoding=UTF-8