Skip to content

Develop #237

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sonar-project.properties → .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Must be unique in a given SonarQube instance
sonar.projectKey=algorithm-exercises-java
sonar.projectName=algorithm-exercises-java
sonar.projectKey=algorithm-exercises-py
sonar.projectName=algorithm-exercises-py

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

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![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)
[![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)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6404/badge)](https://bestpractices.coreinfrastructure.org/projects/6404)
[![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)

![GitHub](https://img.shields.io/github/license/sir-gon/algorithm-exercises-py)
![GitHub language count](https://img.shields.io/github/languages/count/sir-gon/algorithm-exercises-py)
Expand Down Expand Up @@ -82,15 +83,15 @@ pytest --verbose -o log_cli=true --log-cli-level=DEBUG --full-trace src/
make test
```

#### Enable all large BRUTEFORCE tests
### Enable all large BRUTEFORCE tests

Direct in host using a make:

```text
make test -e BRUTEFORCE=true
```

#### Enable all DEBUG outputs
### Enable all DEBUG outputs

```text
make test -e LOG_LEVEL=debug
Expand Down Expand Up @@ -158,7 +159,7 @@ Python 3.11.0

### License

[![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)
[![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)

### Coverage

Expand Down