Skip to content

Commit

Permalink
chore: Update .github/workflows/codecov.yml to remove unnecessary Bas…
Browse files Browse the repository at this point in the history
…h commands
  • Loading branch information
ewilan-riviere committed May 30, 2024
1 parent eed34be commit b0df96d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
override: true

- name: Bash commands
if: runner.os == 'Linux'
run: |
git clone https://github.com/ewilan-riviere/scout.git
cd scout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
[license-href]: https://github.com/kiwilan/php-filelist/blob/main/README.md
[tests-src]: https://img.shields.io/github/actions/workflow/status/kiwilan/php-filelist/run-tests.yml?branch=main&label=tests&style=flat&colorA=18181B
[tests-href]: https://packagist.org/packages/kiwilan/php-filelist
[codecov-src]: https://img.shields.io/codecov/c/gh/kiwilan/php-filelist/main?style=flat&colorA=18181B&colorB=777BB4
[codecov-src]: https://codecov.io/gh/kiwilan/php-filelist/graph/badge.svg?token=LhW38C1VKZ
[codecov-href]: https://codecov.io/gh/kiwilan/php-filelist

0 comments on commit b0df96d

Please sign in to comment.