diff --git a/.circleci/config.yml b/.circleci/config.yml index 81d82bc..f1c29fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,8 +40,8 @@ jobs: - run: name: run tests command: | - python3 -m pytest --cov PyGran tests/pytest/test_sim --mpath tests/pytest/test_sim - python3 -m pytest --cov PyGran tests/pytest/test_analysis --trajf "DEM_flow/traj/particles*.dump" + python3 -m pytest --cov src/PyGran tests/pytest/test_sim --mpath tests/pytest/test_sim + python3 -m pytest --cov src/PyGran tests/pytest/test_analysis --trajf "DEM_flow/traj/particles*.dump" mkdir test-results python3 -m codecov