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
|
- name: Test with example
|
||||||
run: |
|
run: |
|
||||||
pip install coverage
|
pip install coverage
|
||||||
coverage run test/example.py
|
coverage run test.py
|
||||||
|
|||||||
+1
-1
@@ -47,7 +47,7 @@ install:
|
|||||||
- pip3 install -r requirements.txt
|
- pip3 install -r requirements.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- coverage run test/example.py
|
- coverage run test.py
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- codecov
|
- codecov
|
||||||
|
|||||||
Reference in New Issue
Block a user