diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fb36e5..535fd5b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: run: | coverage erase coverage run -m pytest TEST_virtual_sq1.py - coverage report + coverage report --omit=TEST_virtual_sq1.py - name: Coveralls GitHub Action uses: coverallsapp/github-action@v2.3.0 diff --git a/TEST_virtual_sq1.py b/TEST_virtual_sq1.py index 81a3890..0dba4a7 100644 --- a/TEST_virtual_sq1.py +++ b/TEST_virtual_sq1.py @@ -2,7 +2,7 @@ import pytest -# 94% coverage: im pretty sure i tested every typical case soooo basically if something fails then thats a skill issue :] +# im pretty sure i tested every typical case soooo basically if something fails then thats a skill issue :] @pytest.fixture def sq1():