push
github
92 of 961 branches covered (9.57%)
Branch coverage included in aggregate %.
3 of 7 new or added lines in 1 file covered. (42.86%)
1071 existing lines in 37 files now uncovered.678 of 2847 relevant lines covered (23.81%)
0.24 hits per line
UNCOV
1
|
from __future__ import annotations |
× |
2 |
|
|
UNCOV
3
|
from django import forms |
× |
4 |
|
|
UNCOV
5
|
from .models import Venv |
× |
6 |
|
|
7 |
|
|
UNCOV
8
|
class VenvForm(forms.ModelForm): |
× |
UNCOV
9
|
class Meta: |
× |
UNCOV
10
|
model = Venv |
× |
UNCOV
11
|
fields = ["name"]
|
× |