File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 6363 run : |
6464 echo "zpm \"install testcoverage\":1:1" > install-testcoverage
6565 docker exec --interactive $instance iris session $instance -B < install-testcoverage
66+ chmod 777 $GITHUB_WORKSPACE
6667
6768 - name : Build and Test
6869 run : |
7273 echo "do \$System.OBJ.CompilePackage(\"$test_package\",\"ckd\") " > test.script
7374 # Run tests
7475 echo "zpm \"$package test -only $test_flags\":1:1" >> test.script
75- docker exec --interactive $instance iris session $instance -B < build.script && docker exec --interactive $instance iris session $instance -B < test.script &&bash <(curl -s https://codecov.io/bash)
76+ docker exec --interactive $instance iris session $instance -B < build.script && docker exec --interactive $instance iris session $instance -B < test.script
77+
78+ - name : Upload coverage reports to Codecov with GitHub Action
79+ uses : codecov/codecov-action@v4.2.0
80+ env :
81+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
7682
7783 - name : Produce CE Artifact
7884 run : |
You can’t perform that action at this time.
0 commit comments