Skip to content

Commit 2161a70

Browse files
authored
Merge pull request doctrine#6580 from greg0ire/name-upload
Distinguish between Appveyor and github-action
2 parents 976f3f3 + c90982d commit 2161a70

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,5 @@ test_script:
124124
125125
after_test:
126126
- appveyor DownloadFile https://codecov.io/bash -FileName codecov.sh
127-
- bash codecov.sh -f clover.xml
127+
- SET upload_name=appveyor-%db%-%db_version%-%driver%-php-%php%
128+
- bash codecov.sh -f clover.xml -n %upload_name%

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,5 +679,6 @@ jobs:
679679
with:
680680
directory: reports
681681
fail_ci_if_error: true
682+
name: github-action
682683
env:
683684
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)