Skip to content

Commit d17396c

Browse files
committed
Upload after coverage
1 parent 8d54119 commit d17396c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ jobs:
4242
- name: Coverage Report
4343
if: matrix.scala != '3.3.3' || matrix.subproject != 'spark'
4444
run: sbt ++${{ matrix.scala }} "project ${{ matrix.subproject}}" coverageReport
45+
46+
upload-converage:
47+
name: Upload Code coverage
48+
runs-on: ubuntu-latest
49+
needs: coverage
50+
steps:
4551
- name: Codecov
4652
uses: codecov/[email protected]
4753
with:

0 commit comments

Comments
 (0)