Skip to content

Commit 7d1d847

Browse files
authored
Update CI.yml
Ignore codecov until proper exclusion rules were added
1 parent e95523c commit 7d1d847

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: ./gradlew build -DapplicationProperties="src/test/resources/test-config/application-test.properties" -DpythonLocation=`which python3`
4949
- name: Generate report
5050
run: ./gradlew jacocoTestReport
51-
- name: Codecov
52-
uses: codecov/codecov-action@v1
53-
with:
54-
files: ./build/reports/jacoco/test/jacocoTestReport.xml
51+
# - name: Codecov
52+
# uses: codecov/codecov-action@v1
53+
# with:
54+
# files: ./build/reports/jacoco/test/jacocoTestReport.xml

0 commit comments

Comments
 (0)