Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix deprecations

Fix deprecations #426

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
call-tests:
name: Extension tests
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
with:
EXTNAME: vse/abbc3 # Your extension vendor/package name
CODECOV: 1 # Run code coverage via codecov? 1 or 0
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this