We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cc7cc commit 0391204Copy full SHA for 0391204
README.md
@@ -4,6 +4,17 @@ Run your typical ObjectScript %UnitTest tests and see which lines of your code a
4
5
## Getting Started
6
7
+Note: a minimum platform version of Caché/Ensemble 2016.2 is required.
8
+This tool will also work on any version of InterSystems IRIS.
9
+
10
+### Installation: of Release
11
12
+Download an XML file from [Releases](https://github.com/intersystems/TestCoverage/releases), then run:
13
+```
14
+Set root = "<path on filesystem to xml file>"
15
+Do $System.OBJ.Load(root,"ck")
16
17
18
### Installation: from Terminal
19
20
First, clone or download the repository. Then run the following commands:
0 commit comments