Skip to content

Commit

Permalink
Distinguish between Appveyor and github-action
Browse files Browse the repository at this point in the history
Right now, the Codecov UI displays downloads in a confusing way:
You get an "appveyor" header, and then 2 list items with links to
appveyor, followed by one list item with a link to Github.

We didn't specify that appveyor name anywhere, maybe Codecov behaves
differently on that platform. Let us see if specifying names for each
system makes things clearer.
  • Loading branch information
greg0ire committed Nov 3, 2024
1 parent 976f3f3 commit bcabe9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ test_script:
after_test:
- appveyor DownloadFile https://codecov.io/bash -FileName codecov.sh
- bash codecov.sh -f clover.xml
- bash codecov.sh -f clover.xml -n "AppVeyor $env:db $env:db_version $env:driver $env:php"
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 bcabe9c

Please sign in to comment.