Skip to content

add properties file#6495

Open
cnlucas wants to merge 1 commit intodevelopfrom
feature/add-sonar-properties
Open

add properties file#6495
cnlucas wants to merge 1 commit intodevelopfrom
feature/add-sonar-properties

Conversation

@cnlucas
Copy link
Member

@cnlucas cnlucas commented Feb 12, 2026

Summary

Adds sonarcloud properties file. This will be the settings for local runs and for CI runs (when we do that)

Defaults for our setup that are fine:
sonar.projectKey
sonar.organization
sonar.projectName
sonar.projectVersion
sonar.sourceEncoding

Things we may want to change/add later:
sonar.sources=
sonar.tests=
sonar.exclusions=
sonar.test.exclusions=

I added the commented uri for easy reference in case devs want to run locally.

Required reviewers

1-2 devs

Impacted areas of the application

  • It will pick python version for our sonarcloud project once we set it up.

@codecov
Copy link

codecov bot commented Feb 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.30%. Comparing base (88cdfc9) to head (1b7d09f).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #6495   +/-   ##
========================================
  Coverage    86.30%   86.30%           
========================================
  Files           99       99           
  Lines        10136    10136           
========================================
  Hits          8748     8748           
  Misses        1388     1388           

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant