Skip to content

Commit 0e52e63

Browse files
feat: enhance README and CI configuration
- Added badges for CI/CD pipeline, code coverage, Python version, and license to `README.md`. - Updated CI configuration in `.github/workflows/ci.yml` to include a matrix for Python versions and improved setup steps for Python environment. - Introduced a coverage threshold check in the testing job and added pip-audit for dependency vulnerability scanning in the security job.
1 parent 28687ab commit 0e52e63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Risk Control Project
22

3-
[![CI/CD Pipeline](https://github.com/your-username/risk-control/workflows/CI%2FCD%20Pipeline/badge.svg)](https://github.com/your-username/risk-control/actions)
4-
[![Code Coverage](https://codecov.io/gh/your-username/risk-control/branch/main/graph/badge.svg)](https://codecov.io/gh/your-username/risk-control)
3+
[![CI/CD Pipeline](https://github.com/thibaultcordier/risk-control/workflows/CI%2FCD%20Pipeline/badge.svg)](https://github.com/thibaultcordier/risk-control/actions)
4+
[![Code Coverage](https://codecov.io/gh/thibaultcordier/risk-control/branch/main/graph/badge.svg)](https://codecov.io/gh/thibaultcordier/risk-control)
55
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)](https://www.python.org/downloads/)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77

0 commit comments

Comments
 (0)