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

Dictionary Literals #40

Merged
merged 1 commit into from
Aug 13, 2022
Merged

Conversation

evinyang
Copy link

@evinyang evinyang commented Aug 2, 2022

Support dictionary literals using infix operator : + 8 tests

@codecov-commenter
Copy link

Codecov Report

Merging #40 (50e85c4) into master (8fb79f9) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master      #40      +/-   ##
==========================================
+ Coverage   97.89%   97.91%   +0.01%     
==========================================
  Files           5        5              
  Lines        4555     4596      +41     
==========================================
+ Hits         4459     4500      +41     
  Misses         96       96              
Impacted Files Coverage Δ
Sources/AnyExpression.swift 99.14% <100.00%> (+0.02%) ⬆️
Tests/AnyExpressionTests.swift 97.87% <100.00%> (+0.03%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@nicklockwood nicklockwood changed the base branch from master to develop August 13, 2022 14:10
@nicklockwood nicklockwood merged commit cf956cd into nicklockwood:develop Aug 13, 2022
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