Skip to content

Commit d995dfe

Browse files
authored
try fix ci (#3350)
1 parent 3b9be97 commit d995dfe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,5 @@ jobs:
3939
- name: Build with Maven
4040
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -DminimumPriority=1
4141

42-
- name: Upload coverage reports to Codecov
43-
uses: codecov/[email protected]
44-
with:
45-
token: ${{ secrets.CODECOV_TOKEN }}
42+
- name: Run Codecov
43+
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)