Skip to content

Commit

Permalink
Update maven.yml to codecov/codecov-action@v3 (#2063)
Browse files Browse the repository at this point in the history
  • Loading branch information
lintool authored Feb 23, 2023
1 parent f5557f3 commit 43193aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
- uses: codecov/codecov-action@v2
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
# https://github.com/codecov/codecov-action

0 comments on commit 43193aa

Please sign in to comment.