Skip to content

Commit

Permalink
Pass coverage file env var
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenoit26 committed Jan 18, 2025
1 parent 25180cf commit d71449b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
tox -e py${pyver//./}
ls -a
echo $COVERAGE_FILE
- name: Store coverage file
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ deps =
gwpy>=3.0
numpy>=1,<2
scipy>=1.9,<1.15
pass_env = COVERAGE_FILE
commands = coverage run -m pytest tests/test_gw.py
"""

Expand Down

0 comments on commit d71449b

Please sign in to comment.