We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 976f3f3 + c90982d commit 2161a70Copy full SHA for 2161a70
.appveyor.yml
@@ -124,4 +124,5 @@ test_script:
124
125
after_test:
126
- appveyor DownloadFile https://codecov.io/bash -FileName codecov.sh
127
- - bash codecov.sh -f clover.xml
+ - 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
@@ -679,5 +679,6 @@ jobs:
679
with:
680
directory: reports
681
fail_ci_if_error: true
682
+ name: github-action
683
env:
684
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments