File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -277,6 +277,15 @@ jobs:
277277 fi
278278 working-directory : ./phpBB3
279279
280+ - name : Setup Codecove.io Path Fix
281+ if : ${{ matrix.COVERAGE == '1' }}
282+ run : |
283+ if [ ! -f .github/codecov.yml ]; then
284+ mkdir -p .github
285+ echo "fixes:" > .github/codecov.yml
286+ echo " - \"/phpBB3/phpBB/ext/${EXTNAME}::\"" >> .github/codecov.yml
287+ fi
288+
280289 - name : Run unit tests
281290 env :
282291 DB : ${{steps.database-type.outputs.db}}
Original file line number Diff line number Diff line change 4949 uses : phpbb-extensions/test-framework/.github/workflows/tests.yml@3.3.x # The phpBB branch to run tests with
5050 with :
5151 EXTNAME : acme/demo # Your extension vendor/package name
52- secrets :
53- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }} # Do not edit or remove this
5452` ` `
5553
5654### Branches
You can’t perform that action at this time.
0 commit comments