Skip to content

Commit

Permalink
Merge pull request doctrine#6580 from greg0ire/name-upload
Browse files Browse the repository at this point in the history
Distinguish between Appveyor and github-action
  • Loading branch information
greg0ire authored Nov 3, 2024
2 parents 976f3f3 + c90982d commit 2161a70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,5 @@ test_script:
after_test:
- appveyor DownloadFile https://codecov.io/bash -FileName codecov.sh
- bash codecov.sh -f clover.xml
- SET upload_name=appveyor-%db%-%db_version%-%driver%-php-%php%
- bash codecov.sh -f clover.xml -n %upload_name%
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -679,5 +679,6 @@ jobs:
with:
directory: reports
fail_ci_if_error: true
name: github-action
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2161a70

Please sign in to comment.