File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Must be unique in a given SonarQube instance
2
- sonar.projectKey =algorithm-exercises-java
3
- sonar.projectName =algorithm-exercises-java
2
+ sonar.projectKey =algorithm-exercises-py
3
+ sonar.projectName =algorithm-exercises-py
4
4
5
5
# Path is relative to the sonar-project.properties file.
6
6
# Replace "\" by "/" on Windows.
7
7
# This property is optional if sonar.modules is set.
8
- sonar.sources =app/ src
8
+ sonar.sources =src
9
9
10
10
# Encoding of the source code. Default is default system encoding
11
11
sonar.sourceEncoding =UTF-8
Original file line number Diff line number Diff line change 4
4
[ ![ codecov] ( https://codecov.io/gh/sir-gon/algorithm-exercises-py/branch/main/graph/badge.svg?token=U3N3HSC3YC )] ( https://codecov.io/gh/sir-gon/algorithm-exercises-py )
5
5
[ ![ FOSSA Status] ( https://app.fossa.com/api/projects/git%2Bi.8713187.xyz%2Fsir-gon%2Fprojecteuler-py.svg?type=shield )] ( https://app.fossa.com/projects/git%2Bi.8713187.xyz%2Fsir-gon%2Fprojecteuler-py?ref=badge_shield )
6
6
[ ![ CII Best Practices] ( https://bestpractices.coreinfrastructure.org/projects/6404/badge )] ( https://bestpractices.coreinfrastructure.org/projects/6404 )
7
+ [ ![ Markdown Lint] ( https://github.com/sir-gon/algorithm-exercises-py/actions/workflows/markdown-lint.yml/badge.svg )] ( https://github.com/sir-gon/algorithm-exercises-py/actions/workflows/markdown-lint.yml )
7
8
8
9
![ GitHub] ( https://img.shields.io/github/license/sir-gon/algorithm-exercises-py )
9
10
![ GitHub language count] ( https://img.shields.io/github/languages/count/sir-gon/algorithm-exercises-py )
@@ -82,15 +83,15 @@ pytest --verbose -o log_cli=true --log-cli-level=DEBUG --full-trace src/
82
83
make test
83
84
```
84
85
85
- #### Enable all large BRUTEFORCE tests
86
+ ### Enable all large BRUTEFORCE tests
86
87
87
88
Direct in host using a make:
88
89
89
90
``` text
90
91
make test -e BRUTEFORCE=true
91
92
```
92
93
93
- #### Enable all DEBUG outputs
94
+ ### Enable all DEBUG outputs
94
95
95
96
``` text
96
97
make test -e LOG_LEVEL=debug
@@ -158,7 +159,7 @@ Python 3.11.0
158
159
159
160
### License
160
161
161
- [ ![ FOSSA Status] ( https://app.fossa.com/api/projects/git%2Bi.8713187.xyz%2Fsir-gon%2Falgorithm-exercises- py.svg?type=large )] ( https://app.fossa.com/projects/git%2Bi.8713187.xyz%2Fsir-gon%2Falgorithm-exercises -py?ref=badge_large )
162
+ [ ![ FOSSA Status] ( https://app.fossa.com/api/projects/git%2Bi.8713187.xyz%2Fsir-gon%2Fprojecteuler- py.svg?type=large )] ( https://app.fossa.com/projects/git%2Bi.8713187.xyz%2Fsir-gon%2Fprojecteuler -py?ref=badge_large )
162
163
163
164
### Coverage
164
165
You can’t perform that action at this time.
0 commit comments