You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,13 @@ Run your typical ObjectScript %UnitTest tests and see which lines of your code a
9
9
Note: a minimum platform version of Caché/Ensemble 2016.2 is required.
10
10
This tool will also work on any version of InterSystems IRIS.
11
11
12
+
### Installation: ZPM
13
+
14
+
If you already have the [ObjectScript Package Manager](https://openexchange.intersystems.com/package/ObjectScript-Package-Manager-2), installation is as easy as:
15
+
```
16
+
zpm "install testcoverage"
17
+
```
18
+
12
19
### Installation: of Release
13
20
14
21
Download an XML file from [Releases](https://github.com/intersystems/TestCoverage/releases), then run:
0 commit comments