Closed tony closed 1 year ago
Merging #276 (e02edc7) into master (f84ed88) will decrease coverage by
0.04%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #276 +/- ##
==========================================
- Coverage 93.31% 93.28% -0.04%
==========================================
Files 13 13
Lines 1017 1012 -5
Branches 172 172
==========================================
- Hits 949 944 -5
Misses 49 49
Partials 19 19
Impacted Files | Coverage Δ | |
---|---|---|
src/unihan_etl/test.py | 100.00% <ø> (ø) |
|
src/unihan_etl/expansion.py | 100.00% <100.00%> (ø) |
|
src/unihan_etl/process.py | 85.39% <100.00%> (-0.07%) |
:arrow_down: |
src/unihan_etl/types.py | 100.00% <100.00%> (ø) |
|
tests/test_expansion.py | 98.52% <100.00%> (+0.01%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
typing as t
to namespace typing convenientlyTypedDict
andLiteral
fromtyping
(instead oftyping_extensions
) since we're on python 3.8Extracted from #274