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

support: specify label #77

Merged
merged 2 commits into from
Mar 18, 2020
Merged

support: specify label #77

merged 2 commits into from
Mar 18, 2020

Conversation

YusukeHosonuma
Copy link
Owner

Support specify label that useful for many output in source code :)

let array = ["Hello", "World"]

Debug.print(label: "🍎array", array)
// => 🍎array: ["Hello", "World"]

Debug.prettyPrint(label: "🍊array", array)
// =>
// 🍊array:
// [
//     "Hello",
//     "World"
// ]

Debug.p("🍌array") >>> array
// => 🍌array: ["Hello", "World"]

@codecov-io
Copy link

codecov-io commented Mar 15, 2020

Codecov Report

Merging #77 into master will decrease coverage by 4.12%.
The diff coverage is 40.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
- Coverage   78.70%   74.58%   -4.13%     
==========================================
  Files           8        8              
  Lines         385      417      +32     
==========================================
+ Hits          303      311       +8     
- Misses         82      106      +24     
Impacted Files Coverage Δ
Sources/API/Operator.swift 0.00% <0.00%> (ø)
Sources/API/Debug.swift 75.47% <85.71%> (+4.36%) ⬆️

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 ed2d682...d6efa2e. Read the comment docs.

@YusukeHosonuma YusukeHosonuma merged commit 8e541b1 into master Mar 18, 2020
@YusukeHosonuma YusukeHosonuma deleted the feature/prefix-label branch March 18, 2020 15:44
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.

None yet

3 participants