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 7166e0b + 542d473 commit 4677480Copy full SHA for 4677480
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.1.6 (2021-12-8)
4
+
5
+- Handle test failures without a line number #47 (thanks to @Tenzer)
6
7
## 0.1.5 (2021-10-24)
8
9
- Revert changes of version 0.1.4 #42
setup.py
@@ -7,7 +7,7 @@
setup(
name="pytest-github-actions-annotate-failures",
10
- version="0.1.5",
+ version="0.1.6",
11
description="pytest plugin to annotate failed tests with a workflow command for GitHub Actions",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
0 commit comments