Skip to content

Commit 0a68338

Browse files
authored
Disable codecov in the neo branch (#339)
1 parent 5acbadf commit 0a68338

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/codecov.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
coverage:
2+
status:
3+
project: off
4+
patch: off

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,11 @@ jobs:
150150
- name: Run ETS tests
151151
run: ./gradlew --scan :jacodb-ets:generateTestResources :jacodb-ets:test
152152

153-
- name: Upload coverage reports to Codecov
154-
uses: codecov/codecov-action@v3
155-
with:
156-
token: ${{ secrets.CODECOV_TOKEN }}
153+
# Codecov step disabled
154+
# - name: Upload coverage reports to Codecov
155+
# uses: codecov/codecov-action@v3
156+
# with:
157+
# token: ${{ secrets.CODECOV_TOKEN }}
157158

158159
- name: Upload Gradle test results
159160
if: (!cancelled())

0 commit comments

Comments
 (0)