Skip to content

Commit ef1a76f

Browse files
authored
Merge pull request #237 from sir-gon/develop
Develop
2 parents 75e3a07 + 41e3d18 commit ef1a76f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

sonar-project.properties renamed to .sonarcloud.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# 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
44

55
# Path is relative to the sonar-project.properties file.
66
# Replace "\" by "/" on Windows.
77
# This property is optional if sonar.modules is set.
8-
sonar.sources=app/src
8+
sonar.sources=src
99

1010
# Encoding of the source code. Default is default system encoding
1111
sonar.sourceEncoding=UTF-8

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![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)
55
[![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)
66
[![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)
78

89
![GitHub](https://img.shields.io/github/license/sir-gon/algorithm-exercises-py)
910
![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/
8283
make test
8384
```
8485

85-
#### Enable all large BRUTEFORCE tests
86+
### Enable all large BRUTEFORCE tests
8687

8788
Direct in host using a make:
8889

8990
```text
9091
make test -e BRUTEFORCE=true
9192
```
9293

93-
#### Enable all DEBUG outputs
94+
### Enable all DEBUG outputs
9495

9596
```text
9697
make test -e LOG_LEVEL=debug
@@ -158,7 +159,7 @@ Python 3.11.0
158159

159160
### License
160161

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)
162163

163164
### Coverage
164165

0 commit comments

Comments
 (0)