PolyJIT / benchbuild

Empirical-Research Toolkit
MIT License
11 stars 12 forks source link

feat(environments): warn the user that a project enumeration skipped a project #515

Closed simbuerg closed 2 years ago

simbuerg commented 2 years ago

A project will not be enumerated for project container image creation, if the container attribute of the project is an empty image.

We "fix" this by printing a message that hints at the problem.

codecov[bot] commented 2 years ago

Codecov Report

Base: 52.23% // Head: 52.22% // Decreases project coverage by -0.01% :warning:

Coverage data is based on head (59c3b42) compared to base (14ff152). Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #515 +/- ## ========================================== - Coverage 52.23% 52.22% -0.02% ========================================== Files 124 124 Lines 8304 8307 +3 Branches 1025 1025 ========================================== Hits 4338 4338 - Misses 3789 3792 +3 Partials 177 177 ``` | [Impacted Files](https://codecov.io/gh/PolyJIT/benchbuild/pull/515?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT) | Coverage Δ | | |---|---|---| | [benchbuild/environments/entrypoints/cli.py](https://codecov.io/gh/PolyJIT/benchbuild/pull/515/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=PolyJIT#diff-YmVuY2hidWlsZC9lbnZpcm9ubWVudHMvZW50cnlwb2ludHMvY2xpLnB5) | `84.41% <0.00%> (-1.12%)` | :arrow_down: | 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=PolyJIT). 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=PolyJIT)

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