SwiftDraw/NSImage+Image.swift
changed.
Other files ignored by Codecov
SwiftDraw/UIImage+Image.swift
has changed.
46 | 46 | } |
|
47 | 47 | ||
48 | 48 | @objc |
|
49 | - | static func svgNamed(_ name: String, in bundle: Bundle) -> NSImage? { |
|
50 | - | NSImage(svgNamed: name, in: bundle) |
|
49 | + | static func svgNamed(_ name: String, inBundle: Bundle) -> NSImage? { |
|
50 | + | NSImage(svgNamed: name, in: inBundle) |
|
51 | 51 | } |
|
52 | 52 | ||
53 | 53 | @objc |
Files | Coverage |
---|---|
SwiftDraw | 76.08% |
Project Totals (59 files) | 76.08% |