File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,15 @@ jobs:
26
26
run : ls
27
27
- name : Upload e2e_coverage report to Codecov with GitHub Action.
28
28
uses : codecov/codecov-action@v4
29
+ env :
30
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
29
31
with :
30
32
files : e2e_coverage.txt
31
33
flags : e2e-testsuite
32
34
- name : Upload upstream_coverage report to Codecov with GitHub Action.
33
35
uses : codecov/codecov-action@v4
36
+ env :
37
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
34
38
with :
35
39
files : upstream_coverage.xml
36
40
flags : upstream-unit-tests
Original file line number Diff line number Diff line change @@ -21,11 +21,15 @@ jobs:
21
21
run : ls
22
22
- name : Upload e2e_coverage.txt report to Codecov with GitHub Action.
23
23
uses : codecov/codecov-action@v4
24
+ env :
25
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
24
26
with :
25
27
files : scripts/e2e_coverage.txt
26
28
flags : e2e-testsuite
27
29
- name : Upload upstream_coverage.xml report to Codecov with GitHub Action.
28
30
uses : codecov/codecov-action@v4
31
+ env :
32
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
29
33
with :
30
34
files : scripts/upstream_coverage.xml
31
35
flags : upstream-unit-tests
You can’t perform that action at this time.
0 commit comments