将test.py放到主目录

This commit is contained in:
Jing Ling
2020-05-08 22:01:42 +08:00
parent 3bde010133
commit ca218d78ee
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,4 +32,4 @@ jobs:
- name: Test with example
run: |
pip install coverage
coverage run test/example.py
coverage run test.py
+1 -1
View File
@@ -47,7 +47,7 @@ install:
- pip3 install -r requirements.txt
script:
- coverage run test/example.py
- coverage run test.py
after_success:
- codecov
View File