Skip to content

Commit 9f0602f

Browse files
committed
Tweak CI settings
1 parent 515684e commit 9f0602f

File tree

1 file changed

+25
-26
lines changed

1 file changed

+25
-26
lines changed

.github/workflows/codecov.yml

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,29 @@
11
# TODO: This CI job hangs as of April 2023
2-
#name: Run codecov
3-
#
4-
#on:
5-
# push:
6-
# branches: [main]
7-
# pull_request:
8-
#
9-
#jobs:
10-
# build:
11-
# # Avoiding -latest due to https://github.com/actions/setup-python/issues/162
12-
# runs-on: ubuntu-20.04
13-
# timeout-minutes: 10
14-
# strategy:
15-
# matrix:
16-
# python-version: ["3.11"]
17-
# env:
18-
# # default: multiprocessing
19-
# # threading is more stable on GitHub Actions
20-
# BOLT_PYTHON_MOCK_SERVER_MODE: threading
21-
# BOLT_PYTHON_CODECOV_RUNNING: "1"
22-
# steps:
23-
# - uses: actions/checkout@v3
24-
# - name: Set up Python ${{ matrix.python-version }}
25-
# uses: actions/setup-python@v4
26-
# with:
27-
# python-version: ${{ matrix.python-version }}
2+
name: Run codecov
3+
4+
on:
5+
push:
6+
branches: [main]
7+
pull_request:
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
timeout-minutes: 10
13+
strategy:
14+
matrix:
15+
python-version: ["3.11"]
16+
env:
17+
# default: multiprocessing
18+
# threading is more stable on GitHub Actions
19+
BOLT_PYTHON_MOCK_SERVER_MODE: threading
20+
BOLT_PYTHON_CODECOV_RUNNING: "1"
21+
steps:
22+
- uses: actions/checkout@v3
23+
- name: Set up Python ${{ matrix.python-version }}
24+
uses: actions/setup-python@v4
25+
with:
26+
python-version: ${{ matrix.python-version }}
2827
# - name: Install dependencies
2928
# run: |
3029
# python setup.py install

0 commit comments

Comments
 (0)