Skip to content

Commit 23d2a49

Browse files
authored
Merge pull request #80 from insideapp-oss/dependabot/github_actions/develop/codecov/codecov-action-2.1.0
Bump codecov/codecov-action from 2.0.3 to 2.1.0
2 parents 4b5cad3 + faa011d commit 23d2a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Build with Maven
2626
run: mvn -B package --file pom.xml
2727
- name: Upload coverage to Codecov
28-
uses: codecov/codecov-action@v2.0.3
28+
uses: codecov/codecov-action@v2.1.0
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }} #required
3131
- id: get-version

0 commit comments

Comments
 (0)