File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 run : just install
5050
5151 - name : Run Unit Tests
52- run : just test --cov-report xml --junitxml=junit .xml -o junit_family=legacy
52+ run : just test --cov-report xml --junitxml=xunit .xml -o junit_family=xunit2
5353
5454 - name : SonarQube Scan
5555 uses : SonarSource/sonarqube-scan-action@fd88b7d7ccbaefd23d8f36f73b59db7a3d246602 # v6.0.0
Original file line number Diff line number Diff line change 11# calibre-plugins
22
33![ GitHub Actions Workflow Status] ( https://img.shields.io/github/actions/workflow/status/RobBrazier/calibre-plugins/build.yaml )
4- [ ![ Coverage] ( https://sonarcloud. io/api/project_badges/measure?project= RobBrazier_calibre-plugins&metric=coverage )] ( https://sonarcloud.io/summary/new_code?id=RobBrazier_calibre-plugins )
5- [ ![ Quality gate ] ( https://sonarcloud. io/api/project_badges/ quality_gate?project= RobBrazier_calibre-plugins )] ( https://sonarcloud.io/summary/new_code?id=RobBrazier_calibre-plugins )
4+ [ ![ Sonar Coverage] ( https://img.shields. io/sonar/coverage/ RobBrazier_calibre-plugins?server=https%3A%2F%2Fsonarcloud.io )] ( https://sonarcloud.io/summary/new_code?id=RobBrazier_calibre-plugins )
5+ [ ![ Sonar Quality Gate ] ( https://img.shields. io/sonar/ quality_gate/ RobBrazier_calibre-plugins?server=https%3A%2F%2Fsonarcloud.io )] ( https://sonarcloud.io/summary/new_code?id=RobBrazier_calibre-plugins )
66
77## Current Plugins
88
Original file line number Diff line number Diff line change 11sonar.projectKey =RobBrazier_calibre-plugins
22sonar.organization =robbrazier
3- sonar.exclusions =coverage.xml,junit.xml
3+ sonar.python.xunit.reportPath =xunit.xml
4+ sonar.python.coverage.reportPaths =coverage.xml
You can’t perform that action at this time.
0 commit comments