Skip to content

Commit 567f0e0

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 567f0e0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
timeout-minutes: 30
6666
strategy:
6767
matrix:
68-
python-version: [3.9, 3.10, 3.11, 3.12, 3.13]
68+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
6969
os: [ubuntu-latest, macos-latest]
7070

7171
steps:

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)