From 87d1f8d1540eaaa0ea7ae0a548bce12e684cb818 Mon Sep 17 00:00:00 2001 From: thomasyu888 Date: Tue, 2 Feb 2021 15:32:56 +0800 Subject: [PATCH] Omit --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index ec0c7baf..178e728f 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -53,7 +53,7 @@ jobs: COVERALLS_PARALLEL: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - coverage run --source=challengeutils --omit=__main__.py -m pytest tests/ + coverage run --source=challengeutils --omit=challengeutils/__main__.py -m pytest tests/ coveralls --service=github finish-coveralls: