diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 19b6c1b..a912350 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: COINMARKETCAP_API_KEY: ${{ secrets.COINMARKETCAP_API_KEY }} run: | source .venv/bin/activate - pytest -vv --cov=./ --cov-report=xml tests/ + pytest -vv --cov=./waybar_crypto.py --cov-report=xml tests/ - name: Upload Coverage to Codecov uses: codecov/codecov-action@v4 with: