File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 7272 echo "do \$System.OBJ.CompilePackage(\"$test_package\",\"ckd\") " > test.script
7373 # Run tests
7474 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-
75+ docker exec --interactive $instance iris session $instance -B < build.script && docker exec --interactive $instance iris session $instance -B < test.script
76+ - name : Upload coverage reports to Codecov with GitHub Action
77+ uses : codecov/codecov-action@v4.2.0
78+ env :
79+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
7780 - name : Produce CE Artifact
7881 run : |
7982 echo "set version=##class(%ZPM.PackageManager.Developer.Module).NameOpen(\"git-source-control\").VersionString" > package.script
You can’t perform that action at this time.
0 commit comments