Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Commit adb4431

Browse files
author
Jeff Verkoeyen
committed
Standardize the changelog headers.
1 parent e340473 commit adb4431

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CHANGELOG.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
1-
## 3.0.5
1+
# 3.0.5
22

33
* Resolved bug where coverage information was being lost for the last file in a coverage report.
44

5-
## 3.0.4
5+
# 3.0.4
66

77
* 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.
88

9-
## 3.0.3
9+
# 3.0.3
1010

1111
* 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).
1212

13-
## 3.0.2
13+
# 3.0.2
1414

1515
* Resolves crash caused by referencing the wrong stderr variable. The error was
1616
`Attempt to read from undeclared property XcodeUnitTestEngine::stderr`.
1717

18-
## 3.0.1
18+
# 3.0.1
1919

2020
* If tests fail to build we no longer generate a
2121
`Unhandled Exception ("PhutilTypeMissingParametersException")` exception on Phabricator. We were
2222
not previously providing a name to the ArcanistUnitTestResult instance.
2323

24-
## 3.0.0
24+
# 3.0.0
2525

2626
* Commands now always run from the root directory of the project rather than from the shell's
2727
current working directory. This may be a breaking change.
2828

29-
## 2.1.1
29+
# 2.1.1
3030

3131
* Improved overall test parsing time by approximately 50%.
3232

33-
## 2.1.0
33+
# 2.1.0
3434

3535
* Added a `pre-build` configuration option.
3636

37-
## 2.0.2
37+
# 2.0.2
3838

3939
* Error line detection is now more flexible. Any output line with "error:" will be detected and
4040
bubble up as an error.
4141

42-
## 2.0.1
42+
# 2.0.1
4343

4444
* Better handling of non-unit-test failures, such as CocoaPods getting out of sync.
4545

46-
## 2.0.0
46+
# 2.0.0
4747

4848
* Coverage is now enabled and **reported** unless explicitly disabled with --no-coverage.
4949
* xcodebuild or llvm-cov failures now properly throw exceptions rather than silently continuing.
5050

51-
## 1.1.0
51+
# 1.1.0
5252

5353
* Coverage is now enabled unless explicitly disabled with --no-coverage.
5454

55-
## 1.0.1
55+
# 1.0.1
5656

5757
* Don't run unit tests if no files were provided to the engine and we're not being asked
5858
to run all tests.
5959

60-
## 1.0.0
60+
# 1.0.0
6161

6262
* Initial release.
6363
* Provides `arc unit` and `arc unit --coverage` support for a single xcode project/target

0 commit comments

Comments
 (0)