From 2ccd5bdf525bb2b093467e677622e22466b7784d Mon Sep 17 00:00:00 2001 From: Wayyt2019 Date: Sun, 5 Nov 2023 17:12:53 +0800 Subject: [PATCH] update --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa7756b..4d812bf 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,6 @@ pip install -r requirements.txt # 单元测试 pytest --cov=src tests --cov-report=html #pytest --cov=src tests --cov-report=html --cov-fail-under=90 -``` \ No newline at end of file +``` + +### 这是我今天开发的代码 \ No newline at end of file -- Gitee