Skip to content

Commit

Permalink
Merge pull request #161 from vil02/ignore_venv
Browse files Browse the repository at this point in the history
chore: ignore `venv`
  • Loading branch information
vil02 authored Nov 15, 2024
2 parents 508a635 + ccd6adf commit 716ad3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,4 @@ _deps
/build/
/build_data/
/coverage_reports/
/venv/
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ sonar.projectKey=vil02_CtUnits
sonar.organization=vil02

sonar.sources=.
sonar.exclusions=*build*/**, reports/**
sonar.exclusions=*build*/**, reports/**, venv/**
sonar.coverageReportPaths=coverage_reports/sonarqube_coverage_report.xml
sonar.coverage.exclusions=**/examples/**, **/tests/**

0 comments on commit 716ad3d

Please sign in to comment.