File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
-
uses :
pre-commit/[email protected]
21
+ env :
22
+ RUFF_OUTPUT_FORMAT : github
21
23
test :
22
24
runs-on : ${{ matrix.os }}
23
25
strategy :
58
60
run : tox --skip-missing-interpreters
59
61
env :
60
62
COVERAGE_XML_PATH : ${{ runner.temp }}
63
+ BABEL_TOX_EXTRA_DEPS : pytest-github-actions-annotate-failures
61
64
- uses : codecov/codecov-action@v3
62
65
with :
63
66
directory : ${{ runner.temp }}
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ envlist =
10
10
extras =
11
11
dev
12
12
deps =
13
+ {env:BABEL_TOX_EXTRA_DEPS:}
13
14
backports.zoneinfo; python_version<"3.9"
14
15
tzdata; sys_platform == 'win32'
15
16
pytz: pytz
@@ -23,6 +24,8 @@ passenv =
23
24
BABEL_*
24
25
PYTEST_*
25
26
PYTHON_*
27
+ # To let pytest-github-actions-annotate-failures know it's running in GitHub Actions:
28
+ GITHUB_ACTIONS
26
29
27
30
[gh-actions]
28
31
python =
You can’t perform that action at this time.
0 commit comments