Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7187:b036e4c8df4d
upgrade coveralls github action https://github.com/roundup-tracker/roundup/pull/5
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Feb 2023 23:40:57 -0500 |
| parents | 4e3abaa16296 |
| children | 8dc5b3739367 |
comparison
equal
deleted
inserted
replaced
| 7186:fcf7e210a0f9 | 7187:b036e4c8df4d |
|---|---|
| 230 token: ${{ secrets.CODECOV_TOKEN }} | 230 token: ${{ secrets.CODECOV_TOKEN }} |
| 231 | 231 |
| 232 - name: Upload coverage to Coveralls | 232 - name: Upload coverage to Coveralls |
| 233 # python 2.7 and 3.6 versions of coverage can't produce lcov files. | 233 # python 2.7 and 3.6 versions of coverage can't produce lcov files. |
| 234 if: matrix.python-version != '2.7' && matrix.python-version != '3.6' | 234 if: matrix.python-version != '2.7' && matrix.python-version != '3.6' |
| 235 uses: coverallsapp/github-action@3284643be2c47fb6432518ecec17f1255e8a06a6 # master | 235 uses: coverallsapp/github-action@0363cd28f449b7e5d3b6c6d269d31fe7c1201b68 # master |
| 236 with: | 236 with: |
| 237 github-token: ${{ secrets.GITHUB_TOKEN }} | 237 github-token: ${{ secrets.GITHUB_TOKEN }} |
| 238 path-to-lcov: coverage.lcov | 238 path-to-lcov: coverage.lcov |
| 239 parallel: run-{{ matrix.python-version }}-{{ matrix.os }} | 239 parallel: run-{{ matrix.python-version }}-{{ matrix.os }} |
| 240 | 240 |
| 263 finish: | 263 finish: |
| 264 needs: test | 264 needs: test |
| 265 runs-on: ubuntu-latest | 265 runs-on: ubuntu-latest |
| 266 steps: | 266 steps: |
| 267 - name: Coveralls Finished | 267 - name: Coveralls Finished |
| 268 uses: coverallsapp/github-action@3284643be2c47fb6432518ecec17f1255e8a06a6 # master | 268 uses: coverallsapp/github-action@0363cd28f449b7e5d3b6c6d269d31fe7c1201b68 # master |
| 269 with: | 269 with: |
| 270 github-token: ${{ secrets.github_token }} | 270 github-token: ${{ secrets.github_token }} |
| 271 parallel-finished: true | 271 parallel-finished: true |
