Skip to content

operators: implement Assign#3

Merged
twittemb merged 1 commit intomainfrom
feature/assign
Feb 2, 2022
Merged

operators: implement Assign#3
twittemb merged 1 commit intomainfrom
feature/assign

Conversation

@twittemb
Copy link
Copy Markdown
Contributor

@twittemb twittemb commented Feb 2, 2022

Description

This PR adds the Assign operator.

Checklist

  • this PR is based on the main branch and is up-to-date, if not please rebase your branch on the top of main
  • the commits inside this PR have explicit commit messages
  • unit tests cover the new feature or the bug fix
  • the feature is documented in the README.md if it makes sense
  • the CHANGELOG is up-to-date

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Feb 2, 2022

Codecov Report

Merging #3 (4678d40) into main (c205cbc) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #3      +/-   ##
==========================================
+ Coverage   97.81%   97.82%   +0.01%     
==========================================
  Files          38       40       +2     
  Lines        1876     1887      +11     
==========================================
+ Hits         1835     1846      +11     
  Misses         41       41              
Impacted Files Coverage Δ
Sources/Operators/AsyncSequence+Assign.swift 100.00% <100.00%> (ø)
Tests/Operators/AsyncSequence+AssignTests.swift 100.00% <100.00%> (ø)

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 c205cbc...4678d40. Read the comment docs.

@twittemb twittemb merged commit 44a6906 into main Feb 2, 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.

2 participants