File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 make install
2121 - name : Run linter and pytest
2222 run : |
23+ make sync
2324 make check
2425 - name : Run test coverage
2526 run : |
3233 args : >
3334 -Dsonar.projectKey=hexlet-boilerplates_gendiff
3435 -Dsonar.organization=hexlet-boilerplates
35- -Dsonar.python.coverage.reportPaths=coverage.xml
36+ -Dsonar.python.coverage.reportPaths=coverage.xml
Original file line number Diff line number Diff line change 11sonar.projectKey =ZLOI27_python-project-50
22sonar.organization =zloi27
33
4-
54# This is the name and version displayed in the SonarCloud UI.
6- # sonar.projectName=python-project-50
7- # sonar.projectVersion=1.0
5+ sonar.projectName =python-project-50
6+ sonar.projectVersion =1.0
87
98
109# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
11- # sonar.sources=.
10+ sonar.sources =gendiff
1211
1312# Encoding of the source code. Default is default system encoding
14- # sonar.sourceEncoding=UTF-8
13+ sonar.sourceEncoding =UTF-8
You can’t perform that action at this time.
0 commit comments