mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
configure codecov to not report before 7 builds
This commit is contained in:
3
.github/workflows/java-windows.yml
vendored
3
.github/workflows/java-windows.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user