Skip to content

Show ideas statistics at bottom of ideas page #90

Show ideas statistics at bottom of ideas page

Show ideas statistics at bottom of ideas page #90

Workflow file for this run

name: Tests
on:
push:
branches: # Run tests when commits are pushed to these branches in your repo
- main
- master
- develop
- dev/*
pull_request: # Run tests when pull requests are made on these branches in your repo
branches:
- main
- master
- develop
- dev/*
jobs:
call-tests:
name: Extension tests
uses: iMattPro/test-framework/.github/workflows/tests.yml@epv
with:
EXTNAME: phpbb/ideas # 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