File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed
internal/testing/unit_tests/UnitTest/TestCoverage/Unit Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 15
15
env :
16
16
# ** FOR GENERAL USE, LIKELY NEED TO CHANGE: **
17
17
package : TestCoverage
18
- container_image : intersystemsdc/iris-community:2019.4.0.383.0-zpm
18
+ container_image : intersystemsdc/iris-community:latest
19
19
20
20
# ** FOR GENERAL USE, MAY NEED TO CHANGE: **
21
21
build_flags : -dev -verbose # Load in -dev mode to get unit test code preloaded
81
81
if : always()
82
82
with :
83
83
name : ${{ steps.xunit-viewer.outputs.report-name }}
84
- path : ${{ steps.xunit-viewer.outputs.report-dir }}
84
+ path : ${{ steps.xunit-viewer.outputs.report-dir }}
Original file line number Diff line number Diff line change
1
+ # TestCoverage
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ 2.1.4] - Unreleased
9
+
10
+ ### Fixed
11
+ - #18 : EOL normalization in coverage.list
12
+ - #19 : Update CI to latest IRIS community (and corresponding test updates)
13
+
14
+ ## [ 2.1.3] - 2022-03-30
15
+ - Last released version before CHANGELOG existed.
Original file line number Diff line number Diff line change @@ -225,8 +225,9 @@ Method FunctionWithAppropriateScope(pArgument As %String)
225
225
Quit tSC
226
226
}
227
227
228
- /// Complexity: 7 (1 + UCQ)
229
- /// Was 2 on earlier IRIS versions; UCQ adds a bit.
228
+ /// Complexity: 14 (1 + UCQ)
229
+ /// Was 2, and then 7, on earlier IRIS versions; UCQ adds a bit (and then a bit more)
230
+ /// At some point we might want to just remove this test
230
231
Method MethodWithEmbeddedSQL ()
231
232
{
232
233
&sql (select top 1 1 into :foo)
You can’t perform that action at this time.
0 commit comments