Skip to content

Commit 41e3d18

Browse files
author
Gonzalo Diaz
committed
Update README.md
1 parent c088f22 commit 41e3d18

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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)