update actions

This commit is contained in:
VicTest1234 2023-09-06 17:41:07 +03:00 committed by GitHub
parent 6d6c48e884
commit 7785174663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,3 +27,11 @@ jobs:
cache: maven
- name: Build with Maven Wrapper
run: ./mvnw -B package
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
# files: ./coverage1.xml,./coverage2.xml # optional
# flags: unittests # optional
# name: codecov-umbrella # optional
# fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)