We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can generate the sonarqube report, but XX-TEST-SUCCESS-RATE-XX % not showing properly, simply shows the same value/ text as in the template.
run the sonar-cnes-report-4.2.0.jar using arguments below: java -jar sonar-cnes-report-4.2.0.jar -b test_br_name -p com.abc-setec.abc.tsb-sw:mbr_al_c -t squ_1212213123123213123213 -s https://sonarqube.test.abc.com -r code-analysis-template.docx -n code-analysis-template.md -o sonar-reports/
FYI. I used the word template from https://github.com/cnescatlab/sonar-cnes-report/blob/4.2.0/src/main/resources/template/code-analysis-template.docx
This value suppose to be Success Rate =100% under "TESTS" section since all 14 tests are executed successfully ,
But Success Rate value not updating properly. simply shows the same value/ text as in the template.
OS : Windows 10 Enterprise Sonarqube version : Enterprise Editionv9.9.7 (build 96285) sonar-cnes-report version : sonar-cnes-report-4.2.0.jar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
I can generate the sonarqube report, but XX-TEST-SUCCESS-RATE-XX % not showing properly, simply shows the same value/ text as in the template.
To reproduce
run the sonar-cnes-report-4.2.0.jar using arguments below:
java -jar sonar-cnes-report-4.2.0.jar -b test_br_name -p com.abc-setec.abc.tsb-sw:mbr_al_c -t squ_1212213123123213123213 -s https://sonarqube.test.abc.com -r code-analysis-template.docx -n code-analysis-template.md -o sonar-reports/
FYI. I used the word template from https://github.com/cnescatlab/sonar-cnes-report/blob/4.2.0/src/main/resources/template/code-analysis-template.docx
Expected behavior
This value suppose to be Success Rate =100% under "TESTS" section since all 14 tests are executed successfully ,
But Success Rate value not updating properly. simply shows the same value/ text as in the template.
Screenshots & log
User environment
OS : Windows 10 Enterprise
Sonarqube version : Enterprise Editionv9.9.7 (build 96285)
sonar-cnes-report version : sonar-cnes-report-4.2.0.jar
The text was updated successfully, but these errors were encountered: