We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acbadf commit 0a68338Copy full SHA for 0a68338
.github/codecov.yml
@@ -0,0 +1,4 @@
1
+coverage:
2
+ status:
3
+ project: off
4
+ patch: off
.github/workflows/ci.yml
@@ -150,10 +150,11 @@ jobs:
150
- name: Run ETS tests
151
run: ./gradlew --scan :jacodb-ets:generateTestResources :jacodb-ets:test
152
153
- - name: Upload coverage reports to Codecov
154
- uses: codecov/codecov-action@v3
155
- with:
156
- token: ${{ secrets.CODECOV_TOKEN }}
+ # Codecov step disabled
+ # - name: Upload coverage reports to Codecov
+ # uses: codecov/codecov-action@v3
+ # with:
157
+ # token: ${{ secrets.CODECOV_TOKEN }}
158
159
- name: Upload Gradle test results
160
if: (!cancelled())
0 commit comments