Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f050c8

Browse filesBrowse files
committed
feat: added docfx build in nox file
1 parent b60b5cf commit 4f050c8
Copy full SHA for 4f050c8

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎noxfile.py

Copy file name to clipboardExpand all lines: noxfile.py
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ def default(session):
7979
"--cov-append",
8080
"--cov-config=.coveragerc",
8181
"--cov-report=",
82+
<<<<<<< HEAD
8283
"--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)
8387
os.path.join("tests", "unit"),
8488
*session.posargs
8589
)
@@ -109,6 +113,7 @@ def docs(session):
109113
"""Build the docs for this library."""
110114

111115
session.install("-e", ".[tracing]")
116+
<<<<<<< HEAD
112117
session.install("sphinx", "alabaster", "recommonmark", "django==2.2")
113118

114119
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
@@ -139,6 +144,9 @@ def docfx(session):
139144
"sphinx-docfx-yaml",
140145
"django==2.2",
141146
)
147+
=======
148+
session.install("sphinx", "alabaster", "recommonmark")
149+
>>>>>>> ad001a8 (feat: updated nox file for docs and docfx and added unit tests for client)
142150

143151
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
144152
session.run(

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.