edit test.yml and pull-requesr.yml
This commit is contained in:
parent
fa90379996
commit
107826c2c0
|
|
@ -80,8 +80,8 @@ jobs:
|
|||
|
||||
- name: Update coverage report
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
e2e_tests:
|
||||
name: E2E test
|
||||
|
|
|
|||
|
|
@ -83,8 +83,8 @@ jobs:
|
|||
|
||||
- name: Update coverage report
|
||||
uses: codecov/codecov-action@v3
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
e2e_tests:
|
||||
name: E2E test
|
||||
|
|
|
|||
Loading…
Reference in New Issue