We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197d6c4 commit 8af52fcCopy full SHA for 8af52fc
1 file changed
.github/workflows/coverage.yml
@@ -28,12 +28,6 @@ jobs:
28
- name: Build and run tests
29
run: |
30
gradle clean build --no-daemon --info
31
-
32
- - name: Upload JaCoCo coverage report as a workflow artifact
33
- uses: actions/upload-artifact@v3
34
- with:
35
- name: jacoco-report
36
- path: jacodb-*/build/reports/jacoco/
37
- name: Upload coverage reports to Codecov
38
uses: codecov/codecov-action@v3
39
env:
0 commit comments