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.
1 parent 02d2f2e commit 885ff02Copy full SHA for 885ff02
setup.py
@@ -6,6 +6,7 @@
6
setup(
7
name="pytest-github-actions-annotate-failures",
8
version="0.0.1",
9
+ description="pytest plugin to annotate failed tests with a workflow command for GitHub Actions",
10
long_description=long_description,
11
long_description_content_type="text/markdown",
12
author="utgwkk",
0 commit comments