diff --git a/.github/workflows/testing_python_app.yml b/.github/workflows/testing_python_app.yml index e1a3cfc..cdd85c4 100644 --- a/.github/workflows/testing_python_app.yml +++ b/.github/workflows/testing_python_app.yml @@ -34,11 +34,10 @@ jobs: - name: "Generate coverage report on ${{ matrix.os }} for Python ${{ matrix.python-version }}" run: | pip install pytest pytest-cov - pytest --cov=graphbin --cov-report=xml --cov-append + pytest --cov=gbintk --cov-report=xml --cov-append - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: token: ${{ secrets.CODECOV_TOKEN }} slug: metagentools/gbintk - fail_ci_if_error: true