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 de2ea8b

Browse filesBrowse files
authored
Merge pull request #20217 from QuLogic/sg-junit
2 parents 75c425c + 373d21e commit de2ea8b
Copy full SHA for de2ea8b

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+8
-0
lines changed

‎.circleci/config.yml

Copy file name to clipboardExpand all lines: .circleci/config.yml
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ jobs:
138138

139139
- store_artifacts:
140140
path: doc/build/html
141+
- store_test_results:
142+
path: doc/build/test-results
141143

142144
docs-python38-min:
143145
docker:
@@ -159,6 +161,8 @@ jobs:
159161

160162
- store_artifacts:
161163
path: doc/build/html
164+
- store_test_results:
165+
path: doc/build/test-results
162166

163167
docs-python38:
164168
docker:
@@ -179,6 +183,8 @@ jobs:
179183

180184
- store_artifacts:
181185
path: doc/build/html
186+
- store_test_results:
187+
path: doc/build/test-results
182188

183189
- add_ssh_keys:
184190
fingerprints:

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ def _check_dependencies():
169169
'matplotlib_animations': True,
170170
# 3.7 CI doc build should not use hidpi images during the testing phase
171171
'image_srcset': [] if sys.version_info[:2] == (3, 7) else ["2x"],
172+
'junit': ('../test-results/sphinx-gallery/junit.xml'
173+
if 'CIRCLECI' in os.environ else ''),
172174
}
173175

174176
plot_gallery = 'True'

0 commit comments

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