diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2709e948..59d45874 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ test:7: - php composer.phar install --no-dev image: php:7 script: - - phpunit -c build + - phpunit -c build --coverage-text test:7.1: before_script: @@ -24,7 +24,7 @@ test:7.1: - php composer.phar install --no-dev image: php:7.1 script: - - phpunit -c build + - phpunit -c build --coverage-text test:hhvm: before_script: @@ -34,4 +34,4 @@ test:hhvm: - composer install --no-dev image: 51systems/docker-gitlab-ci-runner-hhvm script: - - hhvm -d hhvm.php7.all=true vendor/bin/phpunit -c build \ No newline at end of file + - hhvm -d hhvm.php7.all=true /usr/local/bin/phpunit -c build --coverage-text \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ce2c5c1b..799612aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog ## Version 4 -* Updated to use Kitsu API after discontinuation of Hummingbird +* Updated to use Kitsu API after discontinuation of Hummingbird +* Added streaming links to list entries from the Kitsu API ## Version 3 * Converted user configuration to toml files diff --git a/app/bootstrap.php b/app/bootstrap.php index e88450ca..ee510190 100644 --- a/app/bootstrap.php +++ b/app/bootstrap.php @@ -22,7 +22,7 @@ use Aura\Session\SessionFactory; use Aviat\AnimeClient\API\Kitsu\{ Auth as KitsuAuth, ListItem as KitsuListItem, - KitsuModel + Model as KitsuModel }; use Aviat\AnimeClient\API\MAL\{ ListItem as MALListItem, diff --git a/app/views/anime/cover.php b/app/views/anime/cover.php index 41bd3f4b..bd5d4bc2 100644 --- a/app/views/anime/cover.php +++ b/app/views/anime/cover.php @@ -54,7 +54,7 @@