Skip to content

Commit

Permalink
exclude __init__ in pytest coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Sep 30, 2024
1 parent 7d4336c commit 50c9857
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: coactions/setup-xvfb@6b00cf1889f4e1d5a48635647013c0508128ee1a # GUI testing requires xvfb
with:
run: |
pytest --cov=bifacial_radiance
pytest --cov=bifacial_radiance --cov-report=term-missing:bifacial_radiance/__init__.py
env: # environment variables available to this step
RAYPATH: .:/home/runner/work/bifacial_radiance/bifacial_radiance/radiance-5.3.012cb17835-Linux/usr/local/radiance/lib
SMARTSPATH: /home/runner/work/bifacial_radiance/bifacial_radiance/SMARTS_295_Linux
Expand Down

0 comments on commit 50c9857

Please sign in to comment.