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
{{ message }}
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18-14Lines changed: 18 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,59 +1,63 @@
1
-
##3.0.4
1
+
# 3.0.5
2
2
3
-
* Resolved [issue #3](https://github.com/google/arc-xcode-test-engine/issues/3): Using test engine with Quick testing library gets "Unable to parse line" error. Thanks to [KevM](https://github.com/KevM) for filing.
3
+
* Resolved bug where coverage information was being lost for the last file in a coverage report.
4
4
5
-
## 3.0.3
5
+
# 3.0.4
6
+
7
+
* Resolved [issue #3](https://github.com/google/arc-xcode-test-engine/issues/3): Using test engine with Quick testing library gets "Unable to parse line" error. Thanks to [KevM](https://github.com/KevM) for fixing.
8
+
9
+
# 3.0.3
6
10
7
11
* Resolved coverage failure with Xcode 7.3 and newer. Thanks to [aelam](https://github.com/aelam) for filing [#2](https://github.com/google/arc-xcode-test-engine/issues/2).
8
12
9
-
##3.0.2
13
+
# 3.0.2
10
14
11
15
* Resolves crash caused by referencing the wrong stderr variable. The error was
12
16
`Attempt to read from undeclared property XcodeUnitTestEngine::stderr`.
13
17
14
-
##3.0.1
18
+
# 3.0.1
15
19
16
20
* If tests fail to build we no longer generate a
17
21
`Unhandled Exception ("PhutilTypeMissingParametersException")` exception on Phabricator. We were
18
22
not previously providing a name to the ArcanistUnitTestResult instance.
19
23
20
-
##3.0.0
24
+
# 3.0.0
21
25
22
26
* Commands now always run from the root directory of the project rather than from the shell's
23
27
current working directory. This may be a breaking change.
24
28
25
-
##2.1.1
29
+
# 2.1.1
26
30
27
31
* Improved overall test parsing time by approximately 50%.
28
32
29
-
##2.1.0
33
+
# 2.1.0
30
34
31
35
* Added a `pre-build` configuration option.
32
36
33
-
##2.0.2
37
+
# 2.0.2
34
38
35
39
* Error line detection is now more flexible. Any output line with "error:" will be detected and
36
40
bubble up as an error.
37
41
38
-
##2.0.1
42
+
# 2.0.1
39
43
40
44
* Better handling of non-unit-test failures, such as CocoaPods getting out of sync.
41
45
42
-
##2.0.0
46
+
# 2.0.0
43
47
44
48
* Coverage is now enabled and **reported** unless explicitly disabled with --no-coverage.
45
49
* xcodebuild or llvm-cov failures now properly throw exceptions rather than silently continuing.
46
50
47
-
##1.1.0
51
+
# 1.1.0
48
52
49
53
* Coverage is now enabled unless explicitly disabled with --no-coverage.
50
54
51
-
##1.0.1
55
+
# 1.0.1
52
56
53
57
* Don't run unit tests if no files were provided to the engine and we're not being asked
54
58
to run all tests.
55
59
56
-
##1.0.0
60
+
# 1.0.0
57
61
58
62
* Initial release.
59
63
* Provides `arc unit` and `arc unit --coverage` support for a single xcode project/target
0 commit comments