Skip to content

Commit c396bb8

Browse files
committed
Preserve test runs folder in Git tree
Fixes cherrypy#1742
1 parent 8ae970c commit c396bb8

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ sphinx/source/_build
3333
.pydevproject
3434

3535
# test results in junit format for Appveyor
36-
/.test-results/pytest/results.xml
36+
/.test-results/
3737

3838
# coverage results
3939
/.coverage

.test-results/pytest/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ minversion = 2.4
55
[testenv]
66
usedevelop = True
77
commands =
8-
mkdir -p {toxinidir}/.test-results/pytest
98
pytest {posargs}
109
codecov -f coverage.xml -X gcov
1110
passenv =

0 commit comments

Comments
 (0)