You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: template/project_setup.md.jinja
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -66,12 +66,14 @@ help you decide which tool to use for packaging.
66
66
67
67
- [Relevant section in the NLeSC guide](https://guide.esciencecenter.nl/#/best_practices/language_guides/python?id=coding-style-conventions) and [README.dev.md](README.dev.md).
68
68
69
+
{%ifAddSonarCloud -%}
69
70
## Continuous code quality
70
71
71
72
[Sonarcloud](https://sonarcloud.io/) is used to perform quality analysis and code coverage report
72
73
73
74
- `sonar-project.properties` is the SonarCloud [configuration](https://docs.sonarqube.org/latest/analysis/analysis-parameters/) file
74
75
- `.github/workflows/sonarcloud.yml` is the GitHub action workflow which performs the SonarCloud analysis
0 commit comments