Skip to content

Commit f1469e3

Browse files
committed
add extension coverage to py2
1 parent 060dc6e commit f1469e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ jobs:
104104
run: |
105105
cd ./src/core/tests
106106
coverage xml
107+
cd ../../extension/tests
108+
coverage xml
107109
- name: Upload coverage to Codecov
108110
uses: codecov/codecov-action@v3
109111
with:

0 commit comments

Comments
 (0)