Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7487:bdb23fef01ea
Bump coverallsapp/github-action from 2.1.2 t0 2.2.0 - https://github.com/roundup-tracker/roundup/pull/39
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 11 Jun 2023 23:49:47 -0400 |
| parents | e6cd3f3cd691 |
| children | 76d4c3d43258 |
comparison
equal
deleted
inserted
replaced
| 7486:0b4028a75705 | 7487:bdb23fef01ea |
|---|---|
| 239 token: ${{ secrets.CODECOV_TOKEN }} | 239 token: ${{ secrets.CODECOV_TOKEN }} |
| 240 | 240 |
| 241 - name: Upload coverage to Coveralls | 241 - name: Upload coverage to Coveralls |
| 242 # python 2.7 and 3.6 versions of coverage can't produce lcov files. | 242 # python 2.7 and 3.6 versions of coverage can't produce lcov files. |
| 243 if: matrix.python-version != '2.7' && matrix.python-version != '3.6' | 243 if: matrix.python-version != '2.7' && matrix.python-version != '3.6' |
| 244 uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # master | 244 uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 # master |
| 245 with: | 245 with: |
| 246 github-token: ${{ secrets.GITHUB_TOKEN }} | 246 github-token: ${{ secrets.GITHUB_TOKEN }} |
| 247 path-to-lcov: coverage.lcov | 247 path-to-lcov: coverage.lcov |
| 248 parallel: run-{{ matrix.python-version }}-{{ matrix.os }} | 248 parallel: run-{{ matrix.python-version }}-{{ matrix.os }} |
| 249 | 249 |
| 275 | 275 |
| 276 if: "!contains(github.event.head_commit.message, 'no-github-ci')" | 276 if: "!contains(github.event.head_commit.message, 'no-github-ci')" |
| 277 | 277 |
| 278 steps: | 278 steps: |
| 279 - name: Coveralls Finished | 279 - name: Coveralls Finished |
| 280 uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # master | 280 uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 # master |
| 281 with: | 281 with: |
| 282 github-token: ${{ secrets.github_token }} | 282 github-token: ${{ secrets.github_token }} |
| 283 parallel-finished: true | 283 parallel-finished: true |
