mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
将test.py放到主目录
This commit is contained in:
@@ -32,4 +32,4 @@ jobs:
|
||||
- name: Test with example
|
||||
run: |
|
||||
pip install coverage
|
||||
coverage run test/example.py
|
||||
coverage run test.py
|
||||
|
||||
+1
-1
@@ -47,7 +47,7 @@ install:
|
||||
- pip3 install -r requirements.txt
|
||||
|
||||
script:
|
||||
- coverage run test/example.py
|
||||
- coverage run test.py
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
|
||||
Reference in New Issue
Block a user