cakephp-two-factor-auth
cakephp-two-factor-auth copied to clipboard
Added actions
Actions are completely optional. But, I dare say, for such an important plugin, which determines the authentication processes, they are equally important.
This, of course, can peacefully lead to Travis's dismissal.
See https://github.com/mirko-pagliai/cakephp-two-factor-auth/actions/runs/18506759381
Obviously this is also expected to break Codecov.
- name: Run test suite
if: matrix.real-drivers == ''
run: |
if [[ ${{ matrix.dependencies }} == 'highest' ]]; then
export XDEBUG_MODE=coverage;
vendor/bin/phpunit --display-skipped --display-deprecations --display-warnings --coverage-clover=coverage.xml
else
vendor/bin/phpunit --display-deprecations --display-warnings
fi
and
- name: Code Coverage Report
if: success() && matrix.dependencies == 'highest'
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: andrej-griniuk/cakephp-two-factor-auth
https://docs.codecov.com/docs/codecov-tokens