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 f542078 commit 3d166e1Copy full SHA for 3d166e1
.github/workflows/run-unit-tests.yml
@@ -56,15 +56,15 @@ jobs:
56
echo "COVFILES=$COVFILES" >> $GITHUB_ENV
57
cd daliuge-translator
58
pip install -r test-requirements.txt
59
- py.test --cov --show-coverage=no
+ py.test --cov --show-capture=no
60
61
- name: Run daliuge-engine tests
62
if: ${{ matrix.engine == 'yes' }}
63
run: |
64
COVFILES="$COVFILES daliuge-engine/.coverage"
65
66
cd daliuge-engine
67
68
69
- name: Combine coverage
70
run: coverage combine $COVFILES
0 commit comments