File tree Expand file tree Collapse file tree 1 file changed +25
-25
lines changed
Expand file tree Collapse file tree 1 file changed +25
-25
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments