diff --git a/.github/workflows/ci_action.yml b/.github/workflows/ci_action.yml index c348e043..5ebbe91d 100644 --- a/.github/workflows/ci_action.yml +++ b/.github/workflows/ci_action.yml @@ -95,7 +95,7 @@ jobs: --sh_client_id "${{ secrets.SH_CLIENT_ID }}" \ --sh_client_secret "${{ secrets.SH_CLIENT_SECRET }}" if [ ${{ github.event_name }} == 'push' ]; then - pytest -m "not geopedia" --cov --cov-report=term --cov-report=xml + pytest -m "not geopedia" --cov=eolearn --cov-report=term --cov-report=xml else pytest -m "not geopedia" fi