Skip to content

Commit

Permalink
Merge pull request #157 from crossoverJie/upgrade-codecov
Browse files Browse the repository at this point in the history
Upgrade-codecov
  • Loading branch information
crossoverJie authored Sep 22, 2024
2 parents 218d1d4 + e7a6905 commit ff06141
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4.2.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ff06141

Please sign in to comment.