JuliaIO / ProtoBuf.jl

Julia protobuf implementation
Other
205 stars 55 forks source link

Introduce `common_abstract_type` option #217

Closed Drvi closed 2 years ago

Drvi commented 2 years ago

Fixes #216

codecov[bot] commented 2 years ago

Codecov Report

Base: 89.00% // Head: 89.04% // Increases project coverage by +0.03% :tada:

Coverage data is based on head (cd09c2c) compared to base (b81daed). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #217 +/- ## ========================================== + Coverage 89.00% 89.04% +0.03% ========================================== Files 25 25 Lines 2793 2794 +1 ========================================== + Hits 2486 2488 +2 + Misses 307 306 -1 ``` | [Impacted Files](https://codecov.io/gh/JuliaIO/ProtoBuf.jl/pull/217?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO) | Coverage Δ | | |---|---|---| | [src/ProtoBuf.jl](https://codecov.io/gh/JuliaIO/ProtoBuf.jl/pull/217/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL1Byb3RvQnVmLmps) | `66.66% <ø> (ø)` | | | [src/codegen/CodeGenerators.jl](https://codecov.io/gh/JuliaIO/ProtoBuf.jl/pull/217/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2NvZGVnZW4vQ29kZUdlbmVyYXRvcnMuamw=) | `86.66% <100.00%> (ø)` | | | [src/codegen/toplevel\_definitions.jl](https://codecov.io/gh/JuliaIO/ProtoBuf.jl/pull/217/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2NvZGVnZW4vdG9wbGV2ZWxfZGVmaW5pdGlvbnMuamw=) | `96.50% <100.00%> (+0.02%)` | :arrow_up: | | [src/codegen/types.jl](https://codecov.io/gh/JuliaIO/ProtoBuf.jl/pull/217/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2NvZGVnZW4vdHlwZXMuamw=) | `97.93% <100.00%> (ø)` | | | [src/codegen/metadata\_methods.jl](https://codecov.io/gh/JuliaIO/ProtoBuf.jl/pull/217/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO#diff-c3JjL2NvZGVnZW4vbWV0YWRhdGFfbWV0aG9kcy5qbA==) | `97.77% <0.00%> (+1.11%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaIO)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.