File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 53
53
# yamllint enable rule:line-length
54
54
- name : List test files
55
55
run : |
56
- ls *.{xml,html}
56
+ ls *.{xml,html} 2>/dev/null
57
57
# https://docs.codacy.com/coverage-reporter/
58
58
- name : Run codacy-coverage-reporter
59
59
run : |
Original file line number Diff line number Diff line change 53
53
python -m pytest . -v --cov-report term-missing --cov-report=xml --cov=./ --junitxml=junit.xml -o junit_family=legacy --debug
54
54
debug : true
55
55
# yamllint enable rule:line-length
56
+ - name : List test files
57
+ run : |
58
+ ls *.{xml,html} 2>/dev/null
Original file line number Diff line number Diff line change 68
68
# yamllint enable rule:line-length
69
69
- name : List test files
70
70
run : |
71
- ls *.{xml,html}
71
+ ls *.{xml,html} 2>/dev/null
72
72
- name : Upload test results to Codecov
73
73
if : ${{ !cancelled() }}
74
74
uses : codecov/test-results-action@v1
You can’t perform that action at this time.
0 commit comments