Downmerge main to dev after script updates#60
Conversation
* Remove SwiftFormat from project. As SwiftFormat is not automatically installed like SwiftLint is, customers can get build failures. * Add required 'getHistoricalEvents' method to TestableExtensionRuntime * Remove leading whitespace from run script. * Update CircleCI Xcode image to 12.0.1 * Remove SwiftFormat
Codecov Report
@@ Coverage Diff @@
## dev-v3.0.4 #60 +/- ##
===============================================
- Coverage 89.93% 55.92% -34.01%
===============================================
Files 13 14 +1
Lines 1082 1107 +25
===============================================
- Hits 973 619 -354
- Misses 109 488 +379 |
|
@kevinlind do you know why the coverage dropped to 55%? |
No, I haven't figured this out yet. From the percentage, it looks like it's only counting the unit test coverage and ignoring the functional test coverage. I did notice the Xcode project did not have coverage enabled for the AEPAnalytics or AEPAnalyticsFunctionalTests schemes, but that didn't make a difference when enabling coverage in Xcode and kicking a build. |
|
Coverage to be fixed in #63, merging. |
Scripts were updated directly to Main. Downmerge changes to dev.
Remove SwiftFormat from project.
As SwiftFormat is not automatically installed like SwiftLint is, customers can get build failures.
Add required 'getHistoricalEvents' method to TestableExtensionRuntime
Remove leading whitespace from run script.
Update CircleCI Xcode image to 12.0.1
Remove SwiftFormat
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: