We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a60e72 commit ae4fcf8Copy full SHA for ae4fcf8
1 file changed
.github/workflows/tests.yml
@@ -16,13 +16,10 @@ on:
16
17
jobs:
18
call-tests:
19
+ name: Extension tests
20
uses: phpbb-extensions/test-framework/.github/workflows/tests.yml@master
21
with:
22
EXTNAME: phpbb/pwakit # Your extension vendor/package name
- SNIFF: 1 # Run code sniffer on your code? 1 or 0
23
- IMAGE_ICC: 1 # Run icc profile sniffer on your images? 1 or 0
24
- EPV: 0 # Run EPV (Extension Pre Validator) on your code? 1 or 0
25
- EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0
26
- PHPBB_BRANCH: master # The phpBB branch to run tests on
+ CODECOV: 1 # Run code coverage via codecov? 1 or 0
27
secrets:
28
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this
0 commit comments