ci: add PR quality and coverage gates
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
from django.contrib import admin
|
||||
|
||||
# Register your models here.
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import contextvars
|
||||
import logging
|
||||
|
||||
|
||||
request_id_context = contextvars.ContextVar("request_id", default="-")
|
||||
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@ import re
|
||||
from django.core.management.base import BaseCommand, CommandError
|
||||
from django.db import connection
|
||||
|
||||
|
||||
MINIMUM_VERSION = (8, 0, 35)
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
from django.db import models
|
||||
|
||||
# Create your models here.
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
from django.test import TestCase
|
||||
|
||||
# Create your tests here.
|
||||
|
||||
Reference in New Issue
Block a user