File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 28
28
files : ./demo/coverage-test/junit.xml
29
29
flags : ${{ matrix.os }}
30
30
verbose : true
31
- token : ${{ secrets.CODECOV_ORG_TOKEN }}
31
+ token : ${{ secrets.CODECOV_ORG_TOKEN }}
32
+ - name : Upload test results to Codecov (calculator) (staging)
33
+ uses : ./
34
+ with :
35
+ files : ./demo/calculator/junit.xml
36
+ flags : ${{ matrix.os }}
37
+ verbose : true
38
+ token : ${{ secrets.CODECOV_ORG_TOKEN_STAGING }}
39
+ url : ${{ secrets.secrets.CODECOV_STAGING_URL }}
40
+ - name : Upload test results to Codecov (demo) (staging)
41
+ uses : ./
42
+ with :
43
+ files : ./demo/coverage-test/junit.xml
44
+ flags : ${{ matrix.os }}
45
+ verbose : true
46
+ token : ${{ secrets.CODECOV_ORG_TOKEN_STAGING }}
47
+ url : ${{ secrets.secrets.CODECOV_STAGING_URL }}
You can’t perform that action at this time.
0 commit comments