diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8633fb7..7c72cfc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -45,10 +45,6 @@ jobs: architecture: x64 - name: Install dependencies run: make build-for-test - - name: Build coverage report - run: coverage run --source oldabe -m pytest - - name: Report coverage to Coveralls - run: coveralls lint: runs-on: ubuntu-latest name: Lint the package