We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d54119 commit d17396cCopy full SHA for d17396c
.github/workflows/ci-tests.yml
@@ -42,6 +42,12 @@ jobs:
42
- name: Coverage Report
43
if: matrix.scala != '3.3.3' || matrix.subproject != 'spark'
44
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:
51
- name: Codecov
52
uses: codecov/codecov-action@v5.4.0
53
with:
0 commit comments