Skip to content

Commit ffc1c91

Browse files
committed
Merge branch 'master' into dev/4.0
2 parents db4614a + c3fa421 commit ffc1c91

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,7 @@ jobs:
2323
IMAGE_ICC: 1 # Run icc profile sniffer on your images? 1 or 0
2424
EPV: 0 # Run EPV (Extension Pre Validator) on your code? 1 or 0
2525
EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0
26+
CODECOV: 1 # Run code coverage via codecov? 1 or 0
2627
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

Comments
 (0)