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

Fix: properly convert NSString? to String? #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tconkling
Copy link

This fixes the following warning:

RunResults.swift:39:82: Conditional downcast from 'NSString?' to 'String' is a bridging conversion; did you mean to use 'as'?

@codecov-io
Copy link

Codecov Report

Merging #34 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #34   +/-   ##
=======================================
  Coverage   97.01%   97.01%           
=======================================
  Files          39       39           
  Lines        1543     1543           
=======================================
  Hits         1497     1497           
  Misses         46       46
Impacted Files Coverage Δ
Source/RunResults.swift 87.5% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4f84dee...c4223d0. Read the comment docs.

@klaas
Copy link

klaas commented Jun 3, 2017

I bet if this gets pulled into master, Swiftline will reach 1000 stars on github!!

🌟🌟🌟🌟🌟🌟🌟🌟🌟🌟 * 100

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.

3 participants