We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c82f58 commit 29cd5feCopy full SHA for 29cd5fe
2 files changed
CHANGELOG.md
@@ -1,7 +1,8 @@
1
# Changelog
2
3
-## Unreleased
+## 0.3.1 (TODO)
4
5
+- Use `GITHUB_WORKSPACE` instead of `GITHUB_WORKFLOW` to determine file location when processing warnings (124
6
- Fix internal error when processing warnings #117
7
- Test on Python 3.14 #115
8
- Require pytest 7+ #116
pyproject.toml
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
[project]
10
# https://peps.python.org/pep-0621/#readme
11
requires-python = ">=3.8"
12
-version = "0.3.0"
+version = "0.3.1"
13
name = "pytest-github-actions-annotate-failures"
14
description = "pytest plugin to annotate failed tests with a workflow command for GitHub Actions"
15
readme = "README.md"
0 commit comments