File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Original file line number Diff line number Diff line change @@ -79,7 +79,11 @@ def default(session):
79
79
"--cov-append" ,
80
80
"--cov-config=.coveragerc" ,
81
81
"--cov-report=" ,
82
+ << << << < HEAD
82
83
"--cov-fail-under=25" ,
84
+ == == == =
85
+ "--cov-fail-under=20" ,
86
+ >> >> >> > ad001a8 (feat : updated nox file for docs and docfx and added unit tests for client )
83
87
os .path .join ("tests" , "unit" ),
84
88
* session .posargs
85
89
)
@@ -109,6 +113,7 @@ def docs(session):
109
113
"""Build the docs for this library."""
110
114
111
115
session .install ("-e" , ".[tracing]" )
116
+ < << << << HEAD
112
117
session .install ("sphinx" , "alabaster" , "recommonmark" , "django==2.2" )
113
118
114
119
shutil .rmtree (os .path .join ("docs" , "_build" ), ignore_errors = True )
@@ -139,6 +144,9 @@ def docfx(session):
139
144
"sphinx-docfx-yaml" ,
140
145
"django==2.2" ,
141
146
)
147
+ == == == =
148
+ session .install ("sphinx" , "alabaster" , "recommonmark" )
149
+ >> >> >> > ad001a8 (feat : updated nox file for docs and docfx and added unit tests for client )
142
150
143
151
shutil .rmtree (os .path .join ("docs" , "_build" ), ignore_errors = True )
144
152
session .run (
You can’t perform that action at this time.
0 commit comments