Closed vulder closed 2 years ago
Merging #474 (c9468ba) into master (380f2e3) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #474 +/- ##
=======================================
Coverage 50.97% 50.97%
=======================================
Files 123 123
Lines 7755 7755
Branches 1208 1208
=======================================
Hits 3953 3953
Misses 3649 3649
Partials 153 153
Impacted Files | Coverage Δ | |
---|---|---|
benchbuild/utils/db.py | 60.63% <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 380f2e3...c9468ba. Read the comment docs.
Ensure that a projects group is converted to a string before storing it to the database. This is useful for projects that define their group as a
string convertable
object.