From c33dcecebfd08cc1e7520c7b0f6ac99800b9017c Mon Sep 17 00:00:00 2001 From: Vijini Mallawaarachchi Date: Tue, 16 Apr 2024 16:12:11 +0930 Subject: [PATCH] TST: Update testing_python_app.yml --- .github/workflows/testing_python_app.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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