diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index faf7e02..c986a47 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -237,9 +237,9 @@ jobs: - name: Send code coverage if: ${{ matrix.COVERAGE == 1 }} - uses: codecov/codecov-action@v3 - with: - files: ./phpBB3/build/logs/clover.xml + uses: codecov/codecov-action@v5 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} # END MySQL and MariaDB Job # START PostgreSQL Job diff --git a/README.md b/README.md index 9e315f2..95b5c94 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,10 @@ Under development... +Gives phpBB board admins ability to manage web app icons and colour themes for their site. + [![Build Status](https://github.com/phpbb-extensions/pwakit/workflows/Tests/badge.svg)](https://github.com/phpbb-extensions/pwakit/actions) +[![codecov](https://codecov.io/gh/phpbb-extensions/pwakit/graph/badge.svg?token=34V2MQSY3H)](https://codecov.io/gh/phpbb-extensions/pwakit) ## To Do @@ -10,8 +13,8 @@ Under development... - [x] Ability to delete images from acp - [x] Add a color picker next to the color fields - [ ] Support multiple styles for color assignments -- [ ] Allow editing of site name and short name in ACP too -- [ ] tests +- [ ] ~~Allow editing of site name and short name in ACP too~~ +- [ ] Add functional tests ## License