Skip to content

Commit dde131e

Browse files
authored
Update readme.md
1 parent f090ca5 commit dde131e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

readme.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<a href="https://github.com/psf/black"><img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
99
</p>
1010

11-
My pet project to solve small coding challenges with Python from time to time. It helps keep my coding brain and arms sharp. Most importantly, I really enjoy the process to use my problem-solving skills to find a solution and then implement with code.
11+
Track my progress writting Python code to solve small coding challenges from time to time. It helps keep my coding brain and arms sharp. Most importantly, I really enjoy the process.
1212

13-
This project also demostrates how to configure pre-commit hooks and CI/CD pipelines, to lint and format code, to run tests etc.
13+
It's a tiny project but has been setup some of the essential to ensure code quality.
14+
- Pre-commit hooks, to lint and format code.
15+
- CI build script, to run unit tests.
16+
- Integrate with Coveralls for test suite's coverage.
17+
- No CD pipeline configured so far since no package and release requirement.

0 commit comments

Comments
 (0)