Skip to content
This repository has been archived by the owner on Apr 28, 2024. It is now read-only.

Commit

Permalink
Don't upload coverage on cron
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Mar 5, 2021
1 parent 66e1033 commit cc05e46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,15 @@ jobs:
extensions: mbstring, dom, fileinfo, gd
coverage: xdebug
tools: pecl

- name: Install Dependencies
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: Execute tests via PHPUnit
run: vendor/bin/phpunit

- name: Upload coverage to Codecov
if: github.event_name != 'schedule'
uses: codecov/codecov-action@v1
with:
file: ./_meta/coverage.xml
Expand Down

0 comments on commit cc05e46

Please sign in to comment.