Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
env:
APP_ENV: testing

- uses: codecov/codecov-action@v2.0.3
- uses: codecov/codecov-action@v2.1.0
name: Push coverage to codecov
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
3 changes: 0 additions & 3 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ protected function setUp(): void
* Sign in a Statamic user.
*
* @param array $permissions
*
* @return mixed
*/
protected function signInUser($permissions = [])
Expand Down Expand Up @@ -67,7 +66,6 @@ protected function signInAdmin()
* Load package service provider.
*
* @param Application $app
*
* @return array
*/
protected function getPackageProviders($app)
Expand All @@ -83,7 +81,6 @@ protected function getPackageProviders($app)
* Load package alias.
*
* @param Application $app
*
* @return array
*/
protected function getPackageAliases($app)
Expand Down