We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6c2b89 + d8c973f commit 9c6ec81Copy full SHA for 9c6ec81
CHANGELOG.txt
@@ -1,6 +1,11 @@
1
Change Log
2
==========
3
4
+0.2.3 (28/09/2020)
5
+-------------------
6
+- Fixed UI bugs in dashboard and Archives layout
7
+- Added error details on failed test cases
8
+
9
0.2.2 (13/09/2020)
10
-------------------
11
- Codecov
setup.py
@@ -13,7 +13,7 @@ def read(fname):
13
14
setup(
15
name="pytest-html-reporter",
16
- version="0.2.2",
+ version="0.2.3",
17
author="Prashanth Sams",
18
author_email="sams.prashanth@gmail.com",
19
maintainer="Prashanth Sams",
0 commit comments