We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db4614a + c3fa421 commit ffc1c91Copy full SHA for ffc1c91
.github/workflows/tests.yml
@@ -23,4 +23,7 @@ jobs:
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
+ CODECOV: 1 # Run code coverage via codecov? 1 or 0
27
PHPBB_BRANCH: master # The phpBB branch to run tests on
28
+ secrets:
29
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # Do not change this
0 commit comments