mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 19:39:19 +00:00
Fix ESLint step in UI testing job and add CodeCov tokens (#1084)
* Add missing script line back to the `package.json` * Set CodeCov token for coverage upload steps --------- Co-authored-by: Konstantin Koval <kkb@ukr.net>
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -81,6 +81,7 @@ jobs:
|
||||
uses: codecov/codecov-action@v4
|
||||
if: ${{ steps.test.conclusion == 'success' }}
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
flags: api-${{ matrix.database }}
|
||||
|
||||
test-ui:
|
||||
@@ -116,6 +117,7 @@ jobs:
|
||||
uses: codecov/codecov-action@v4
|
||||
if: ${{ steps.test.conclusion == 'success' }}
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
flags: ui
|
||||
|
||||
- name: Run ESLint
|
||||
|
||||
Reference in New Issue
Block a user