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 63
63
run : |
64
64
echo "zpm \"install testcoverage\":1:1" > install-testcoverage
65
65
docker exec --interactive $instance iris session $instance -B < install-testcoverage
66
+ chmod 777 $GITHUB_WORKSPACE
66
67
67
68
- name : Build and Test
68
69
run : |
72
73
echo "do \$System.OBJ.CompilePackage(\"$test_package\",\"ckd\") " > test.script
73
74
# Run tests
74
75
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
+
80
+ env :
81
+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
76
82
77
83
- name : Produce CE Artifact
78
84
run : |
You can’t perform that action at this time.
0 commit comments