From eaec8523d84bbd0c53f052a09be1b2bbcee85341 Mon Sep 17 00:00:00 2001 From: Siddhartha Date: Tue, 8 Oct 2024 20:14:47 -0700 Subject: [PATCH] try removing coverage commands for now --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) 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