File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 5151 uses : ./.github/workflows/organize_and_generate_test_cov_reports.yaml
5252 with :
5353 test_type : unit-test
54- test_os : ubuntu,macos
5554
5655
5756 codecov_finish :
6362 codecov_token : ${{ secrets.CODECOV_TOKEN }}
6463 with :
6564 test_type : unit-test
66- test_os : ubuntu
6765 upload-to-codecov : true
6866 codecov_flags : unit # Required if 'upload-to-codecov' is true
6967 codecov_name : gh_workflow_template # Required if 'upload-to-codecov' is true
7876 coveralls_token : ${{ secrets.COVERALLS_TOKEN }}
7977 with :
8078 test_type : unit-test
81- test_os : ubuntu
8279 upload-to-coveralls : true
8380
8481
9087 codacy_token : ${{ secrets.CODACY_PROJECT_TOKEN }}
9188 with :
9289 test_type : unit-test
93- test_os : ubuntu
9490 upload-to-codacy : true
9591
9692
You can’t perform that action at this time.
0 commit comments