File tree 1 file changed +1
-15
lines changed
1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 1
- name : Export XML and Release on Tag Push
1
+ name : Release
2
2
3
3
on :
4
4
push :
10
10
runs-on : ubuntu-latest
11
11
12
12
env :
13
- # ** FOR GENERAL USE, LIKELY NEED TO CHANGE: **
14
- package : TestCoverage
15
13
container_image : intersystemsdc/iris-community:latest
16
-
17
- # ** FOR GENERAL USE, MAY NEED TO CHANGE: **
18
- build_flags : -dev -verbose # Load in -dev mode to get unit test code preloaded
19
- test_package : UnitTest
20
-
21
- # ** FOR GENERAL USE, SHOULD NOT NEED TO CHANGE: **
22
14
instance : iris
23
- # Note: test_reports value is duplicated in test_flags environment variable
24
15
test_reports : test-reports
25
- test_flags : >-
26
- -verbose -DUnitTest.ManagerClass=TestCoverage.Manager -DUnitTest.JUnitOutput=/test-reports/junit.xml
27
- -DUnitTest.FailuresAreFatal=1 -DUnitTest.Manager=TestCoverage.Manager
28
- -DUnitTest.UserParam.CoverageReportClass=TestCoverage.Report.Cobertura.ReportGenerator
29
- -DUnitTest.UserParam.CoverageReportFile=/source/coverage.xml
30
16
31
17
steps :
32
18
- name : Checkout code
You can’t perform that action at this time.
0 commit comments