try fix ci (#3350)

This commit is contained in:
Robert Lu 2024-02-28 07:51:17 -05:00 committed by GitHub
parent 3b9be97e75
commit d995dfe2e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 4 deletions

View File

@ -39,7 +39,5 @@ jobs:
- name: Build with Maven
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -DminimumPriority=1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Run Codecov
run: bash <(curl -s https://codecov.io/bash)