diff --git a/.drone.yml b/.drone.yml index 7037fdc..8ddc234 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: - pwd - ls -la - python ./python/hello.py - - pytest --cov ./python/test_demo.py + - pytest --cov ./python/ - name: codecov image: robertstettner/drone-codecov