Skip to content

Commit 2320b71

Browse files
committed
re-enable coveralls
1 parent 03c07b5 commit 2320b71

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/build.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -95,31 +95,31 @@ jobs:
9595
export SYSTEMRDL_DISABLE_ACCELERATOR=1
9696
pytest
9797
98-
# - name: Coveralls
99-
# env:
100-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101-
# COVERALLS_PARALLEL: true
102-
# run: |
103-
# cd test
104-
# python -m pip install -U coveralls>=3.0.0
105-
# coveralls --service=github
106-
#
107-
# finish_coveralls:
108-
# needs: test
109-
# runs-on: ubuntu-latest
110-
# steps:
111-
# - name: Setup Python
112-
# uses: actions/setup-python@v4
113-
# with:
114-
# python-version: 3.x
115-
#
116-
# - name: Coveralls
117-
# env:
118-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119-
# COVERALLS_PARALLEL: true
120-
# run: |
121-
# python -m pip install -U coveralls>=3.0.0
122-
# coveralls --service=github --finish
98+
- name: Coveralls
99+
env:
100+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
101+
COVERALLS_PARALLEL: true
102+
run: |
103+
cd test
104+
python -m pip install -U coveralls>=3.0.0
105+
coveralls --service=github
106+
107+
finish_coveralls:
108+
needs: test
109+
runs-on: ubuntu-latest
110+
steps:
111+
- name: Setup Python
112+
uses: actions/setup-python@v4
113+
with:
114+
python-version: 3.x
115+
116+
- name: Coveralls
117+
env:
118+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
119+
COVERALLS_PARALLEL: true
120+
run: |
121+
python -m pip install -U coveralls>=3.0.0
122+
coveralls --service=github --finish
123123
124124
#-------------------------------------------------------------------------------
125125
lint:

0 commit comments

Comments
 (0)