configure codecov to not report before 7 builds

This commit is contained in:
Robert Stoll
2020-06-07 22:37:23 +02:00
parent 4fd3a52d53
commit 57fbf4fee9
2 changed files with 9 additions and 0 deletions

View File

@@ -48,9 +48,12 @@ jobs:
- name: Upload windows build code coverage
uses: codecov/codecov-action@v1
env:
JAVA_VERSION: ${{ matrix.java_version }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: current_windows
env_vars: JAVA_VERSION
# too many timeout errors, let's not fail at the moment
#fail_ci_if_error: true