release-engineering / pubtools-pulplib

A Pulp library for publishing tools
GNU General Public License v3.0
2 stars 24 forks source link

Added new field container_list to Erratum model #199

Closed midnightercz closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage :thumbsup:

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

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #199 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 46 46 Lines 2950 3008 +58 ========================================= + Hits 2950 3008 +58 ``` | [Impacted Files](https://codecov.io/gh/release-engineering/pubtools-pulplib/pull/199?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=release-engineering) | Coverage Δ | | |---|---|---| | [pubtools/pulplib/\_impl/model/convert.py](https://codecov.io/gh/release-engineering/pubtools-pulplib/pull/199?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=release-engineering#diff-cHVidG9vbHMvcHVscGxpYi9faW1wbC9tb2RlbC9jb252ZXJ0LnB5) | `100.00% <100.00%> (ø)` | | | [pubtools/pulplib/\_impl/model/unit/erratum.py](https://codecov.io/gh/release-engineering/pubtools-pulplib/pull/199?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=release-engineering#diff-cHVidG9vbHMvcHVscGxpYi9faW1wbC9tb2RlbC91bml0L2VycmF0dW0ucHk=) | `100.00% <100.00%> (ø)` | | | [...ools/pulplib/\_impl/model/unit/modulemd\_defaults.py](https://codecov.io/gh/release-engineering/pubtools-pulplib/pull/199?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=release-engineering#diff-cHVidG9vbHMvcHVscGxpYi9faW1wbC9tb2RlbC91bml0L21vZHVsZW1kX2RlZmF1bHRzLnB5) | `100.00% <100.00%> (ø)` | | | [pubtools/pulplib/\_impl/model/validate.py](https://codecov.io/gh/release-engineering/pubtools-pulplib/pull/199?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=release-engineering#diff-cHVidG9vbHMvcHVscGxpYi9faW1wbC9tb2RlbC92YWxpZGF0ZS5weQ==) | `100.00% <100.00%> (ø)` | | 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=release-engineering). 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=release-engineering)

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

amcmahon-rh commented 1 year ago

For some reason the test I wrote passes locally but fails with github actions. I'll be doing a few more pushes to try debug this.