Skip to content

Commit

Permalink
ci(build): update codecov names to be unique
Browse files Browse the repository at this point in the history
Signed-off-by: Art Shendrik <artyom.shendrik@gmail.com>
  • Loading branch information
amal committed Nov 26, 2024
1 parent 288de9b commit 1c8e7ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
files: '**/build/test-results/*/TEST-*.xml'
env_vars: OS,JAVA_VERSION
flags: '${{ matrix.os }}'
name: 'codecov-${{ matrix.os }}'
name: 'codecov-${{ matrix.os }}-${{ matrix.java }}'
fail_ci_if_error: false
verbose: true

Expand All @@ -188,9 +188,9 @@ jobs:
files: ./build/reports/kover-merged-report.xml
env_vars: OS,JAVA_VERSION
flags: '${{ matrix.os }}'
name: 'codecov-${{ matrix.os }}'
name: 'codecov-${{ matrix.os }}-${{ matrix.java }}'
fail_ci_if_error: false
#verbose: true
verbose: true

- name: Publish SNAPSHOT
id: snapshot
Expand Down

0 comments on commit 1c8e7ea

Please sign in to comment.