Skip to content

Commit 933a9e0

Browse files
committed
Merge branch 'main' of github.com:ZLOI27/python-project-50
2 parents 903b089 + 19aa4c1 commit 933a9e0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pyci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
make install
2121
- name: Run linter and pytest
2222
run: |
23+
make sync
2324
make check
2425
- name: Run test coverage
2526
run: |
@@ -32,4 +33,4 @@ jobs:
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

sonar-project.properties

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
sonar.projectKey=ZLOI27_python-project-50
22
sonar.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

0 commit comments

Comments
 (0)