Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 9943b4d

Browse files
committed
chore(tests): update coverage output dir
1 parent 9824f5f commit 9943b4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tests-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/upload-artifact@v4
3636
with:
3737
name: coverage-report
38-
path: pems/static/coverage
38+
path: static/coverage
3939

4040
- name: Coverage comment
4141
uses: py-cov-action/python-coverage-comment-action@v3

tests/pytest/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ set -eu
55
coverage run -m pytest
66

77
# clean out old coverage results
8-
rm -rf pems/static/coverage
8+
rm -rf static/coverage
99

10-
coverage html --directory pems/static/coverage
10+
coverage html --directory static/coverage

0 commit comments

Comments
 (0)