We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b9f5b3 commit 252ca25Copy full SHA for 252ca25
.github/workflows/ci.yaml
@@ -40,13 +40,11 @@ jobs:
40
41
- name: Unittest
42
run: |
43
- echo $PYTHON_PATH
44
- echo $(pwd)
45
python -m pytest tests/*
46
47
- name: Build coverage file
48
49
- pytest --junitxml=/tmp/pytest.xml --cov-report=term-missing:skip-covered --cov=descope tests/ | tee /tmp/pytest-coverage.txt
+ python -m pytest --junitxml=/tmp/pytest.xml --cov-report=term-missing:skip-covered --cov=descope tests/ | tee /tmp/pytest-coverage.txt
50
51
- name: Pytest coverage comment
52
id: coverageComment
0 commit comments