Skip to content

Commit

Permalink
Add debug for coverage merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 2, 2022
1 parent b9d3870 commit c35b6b7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -82,6 +82,11 @@ jobs:
name: coverage-data
path: ".coverage.*"
if-no-files-found: ignore
- name: Report smoke coverage
run: |
ls .coverage.*
python -m coverage combine
python -m coverage report
python-versions:
name: Python compatibility test
Expand Down Expand Up @@ -113,6 +118,11 @@ jobs:
name: coverage-data
path: ".coverage.*"
if-no-files-found: ignore
- name: Report version coverage
run: |
ls .coverage.*
python -m coverage combine
python -m coverage report
platform-compat:
name: Platform compatibility test
Expand Down Expand Up @@ -144,6 +154,11 @@ jobs:
name: coverage-data
path: ".coverage.*"
if-no-files-found: ignore
- name: Report platform coverage
run: |
ls .coverage.*
python -m coverage combine
python -m coverage report
coverage:
name: Combine & check coverage.
Expand Down

0 comments on commit c35b6b7

Please sign in to comment.