Skip to content

Commit 252ca25

Browse files
committed
add github python code coverage action wip9
1 parent 2b9f5b3 commit 252ca25

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,11 @@ jobs:
4040

4141
- name: Unittest
4242
run: |
43-
echo $PYTHON_PATH
44-
echo $(pwd)
4543
python -m pytest tests/*
4644
4745
- name: Build coverage file
4846
run: |
49-
pytest --junitxml=/tmp/pytest.xml --cov-report=term-missing:skip-covered --cov=descope tests/ | tee /tmp/pytest-coverage.txt
47+
python -m pytest --junitxml=/tmp/pytest.xml --cov-report=term-missing:skip-covered --cov=descope tests/ | tee /tmp/pytest-coverage.txt
5048
5149
- name: Pytest coverage comment
5250
id: coverageComment

0 commit comments

Comments
 (0)