Skip to content

Commit

Permalink
CI: Truncate codecov upload name if too long
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Feb 3, 2024
1 parent 4d054dc commit 76967fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
verbose: true
# gcov: true
flags: gunittest,gunittest-${{ matrix.config }},gunittest-${{ matrix.config }}-${{ steps.get-exclude.outputs.extra-include-tag-trunc }}
name: gunittest-${{ matrix.config }}-${{ steps.get-exclude.outputs.extra-include-tag }}
name: gunittest-${{ matrix.config }}-${{ steps.get-exclude.outputs.extra-include-tag-trunc }}
token: ${{ secrets.CODECOV_TOKEN }}

build-and-test-success:
Expand Down

0 comments on commit 76967fa

Please sign in to comment.