Closed twittemb closed 2 years ago
Merging #13 (ebb50a0) into main (c09db2c) will decrease coverage by
0.08%
. The diff coverage is92.68%
.
@@ Coverage Diff @@
## main #13 +/- ##
==========================================
- Coverage 97.39% 97.30% -0.09%
==========================================
Files 46 48 +2
Lines 2262 2303 +41
==========================================
+ Hits 2203 2241 +38
- Misses 59 62 +3
Impacted Files | Coverage Δ | |
---|---|---|
Sources/AsyncSequences/AsyncSequences+Timer.swift | 84.21% <84.21%> (ø) |
|
...sts/AsyncSequences/AsyncSequences+TimerTests.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 c09db2c...ebb50a0. Read the comment docs.
Description
This PR brings a new Timer AsyncSequence. Timer is an async sequence that repeatedly emits the current date on the given interval, with the given priority.
Checklist