Skip to content

Commit 3d79cb5

Browse files
author
Ivelin Ivanov
authored
Merge pull request #337 from ambianic/dev
build: code cov
2 parents b656687 + affd4ba commit 3d79cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/nodejs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
4040
file: ./coverage/coverage-final.json # optional
41-
flags: unittests # optional
42-
name: codecov-umbrella # optional
41+
flags: pwa-e2e-cypress-tests # optional
42+
name: pwa-e2e-test-coverage # optional
4343
fail_ci_if_error: true # optional (default = false)
4444
- name: Build PWA distribution for production
4545
run: |

0 commit comments

Comments
 (0)