Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#428 - prettier logs #429

Merged
merged 4 commits into from
Oct 27, 2020
Merged

#428 - prettier logs #429

merged 4 commits into from
Oct 27, 2020

Conversation

sbenedicadb
Copy link
Member

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA.
  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@@ -39,7 +39,17 @@ public class Event: NSObject, Codable {

/// Event description used for logging
@objc override public var description: String {
return "id: \(id.uuidString) name: \(name) type: \(type) source: \(source) data: \(String(describing: data)) timestamp: \(timestamp.description) responseId: \(String(describing: responseID?.uuidString))"
// swiftformat:disable indent
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this prevents warnings from SwiftFormat for the indentation used in the formatting of the Event's description

@codecov
Copy link

codecov bot commented Oct 27, 2020

Codecov Report

Merging #429 into dev will increase coverage by 0.03%.
The diff coverage is 92.59%.

@@            Coverage Diff             @@
##              dev     #429      +/-   ##
==========================================
+ Coverage   87.10%   87.14%   +0.03%     
==========================================
  Files          92       92              
  Lines        4032     4042      +10     
==========================================
+ Hits         3512     3522      +10     
  Misses        520      520              

@sbenedicadb sbenedicadb merged commit 15a6cd4 into adobe:dev Oct 27, 2020
@sbenedicadb sbenedicadb deleted the log-cleanup branch December 8, 2022 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants