Skip to content

Commit

Permalink
add coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ildyria committed Nov 23, 2020
1 parent 4ab7f4d commit 7751459
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Build-Full-SQL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,11 @@ jobs:
- name: Apply tests
run: vendor/bin/phpunit --verbose

- name: Codecov
uses: codecov/codecov-action@v1.0.15
with:
# file: ./coverage.xml # optional
verbose: true # optional (default = false)

- name: Make sure we can go backward
run: php artisan migrate:rollback

0 comments on commit 7751459

Please sign in to comment.