File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed 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