Skip to content

Commit

Permalink
Don't run Coveralls step w/o token (#30)
Browse files Browse the repository at this point in the history
* Improved CI
  • Loading branch information
Okipa authored Oct 27, 2022
1 parent cb6ba14 commit 4de2990
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
vendor/bin/testbench package:test --parallel --coverage-text --coverage-clover build/logs/clover.xml
- name: Code coverage upload to Coveralls
if: matrix.php == '8.1' && matrix.laravel == '9.*'
if: env.COVERALLS_REPO_TOKEN && matrix.php == '8.1' && matrix.laravel == '9.*'
env:
COVERALLS_RUN_LOCALLY: 1
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [10.0.2](https://github.com/Okipa/laravel-medialibrary-ext/compare/10.0.1...10.0.2)

2022-10-27

* Improved CI

## [10.0.1](https://github.com/Okipa/laravel-medialibrary-ext/compare/10.0.0...10.0.1)

2022-08-01
Expand Down

0 comments on commit 4de2990

Please sign in to comment.