Skip to content

Commit 15855ff

Browse files
committed
coverage report
1 parent ca1e0ef commit 15855ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codacy-coverage-reporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# yamllint enable rule:line-length
5454
- name: List test files
5555
run: |
56-
ls *.{xml,html} 2>/dev/null
56+
ls *.{xml}
5757
# https://docs.codacy.com/coverage-reporter/
5858
- name: Run codacy-coverage-reporter
5959
run: |

.github/workflows/codeclimate_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ jobs:
5555
# yamllint enable rule:line-length
5656
- name: List test files
5757
run: |
58-
ls *.{xml,html} 2>/dev/null
58+
ls *.{xml}

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# yamllint enable rule:line-length
6969
- name: List test files
7070
run: |
71-
ls *.{xml,html} 2>/dev/null
71+
ls *.{xml}
7272
- name: Upload test results to Codecov
7373
if: ${{ !cancelled() }}
7474
uses: codecov/test-results-action@v1

0 commit comments

Comments
 (0)