Skip to content

Commit

Permalink
fix: avoid duplicate artifact names (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
reubeno authored Sep 26, 2024
1 parent be43535 commit 2f1acd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ jobs:
id: "code_coverage_report"
with:
artifact_download_workflow_names: "CI"
artifact_name: coverage-%name%${{ matrix.artifact_suffix }}
filename: codecov-${{ matrix.variant }}.xml
overall_coverage_fail_threshold: 70
only_list_changed_files: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 2f1acd6

Please sign in to comment.