Skip to content

Commit

Permalink
! coverage reports now requires token
Browse files Browse the repository at this point in the history
  • Loading branch information
Spuds committed Apr 14, 2024
1 parent 15d5129 commit 1142ece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
env:
DB: ${{ matrix.db }}
PHP_VERSION: ${{ matrix.php }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: .github/setup-selenium.sh $DB $PHP_VERSION
working-directory: ./elkarte
continue-on-error: true
Expand Down Expand Up @@ -244,6 +245,7 @@ jobs:
env:
DB: ${{steps.database-type.outputs.db}}
PHP_VERSION: ${{ matrix.php }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: .github/setup-results.sh $DB $PHP_VERSION
working-directory: ./elkarte
# END MySQL and MariaDB Job
Expand Down Expand Up @@ -323,6 +325,7 @@ jobs:
env:
DB: ${{steps.database-type.outputs.db}}
PHP_VERSION: ${{ matrix.php }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: .github/setup-results.sh $DB $PHP_VERSION
working-directory: ./elkarte
# END Postgres Job

0 comments on commit 1142ece

Please sign in to comment.