Mercurial > p > roundup > code
comparison .github/workflows/ci-test.yml @ 7218:48b76dcbcb86
upgrade coveralls from 1.2.0 to 1.2.4
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 05 Mar 2023 23:34:00 -0500 |
| parents | 8dc5b3739367 |
| children | 0fd41edd26b0 |
comparison
equal
deleted
inserted
replaced
| 7217:1f3418a3fd3e | 7218:48b76dcbcb86 |
|---|---|
| 232 token: ${{ secrets.CODECOV_TOKEN }} | 232 token: ${{ secrets.CODECOV_TOKEN }} |
| 233 | 233 |
| 234 - name: Upload coverage to Coveralls | 234 - name: Upload coverage to Coveralls |
| 235 # python 2.7 and 3.6 versions of coverage can't produce lcov files. | 235 # python 2.7 and 3.6 versions of coverage can't produce lcov files. |
| 236 if: matrix.python-version != '2.7' && matrix.python-version != '3.6' | 236 if: matrix.python-version != '2.7' && matrix.python-version != '3.6' |
| 237 uses: coverallsapp/github-action@0363cd28f449b7e5d3b6c6d269d31fe7c1201b68 # master | 237 uses: coverallsapp/github-action@50c33ad324a9902697adbf2f92c22cf5023eacf1 # master |
| 238 with: | 238 with: |
| 239 github-token: ${{ secrets.GITHUB_TOKEN }} | 239 github-token: ${{ secrets.GITHUB_TOKEN }} |
| 240 path-to-lcov: coverage.lcov | 240 path-to-lcov: coverage.lcov |
| 241 parallel: run-{{ matrix.python-version }}-{{ matrix.os }} | 241 parallel: run-{{ matrix.python-version }}-{{ matrix.os }} |
| 242 | 242 |
| 268 | 268 |
| 269 if: "!contains(github.event.head_commit.message, 'no-github-ci')" | 269 if: "!contains(github.event.head_commit.message, 'no-github-ci')" |
| 270 | 270 |
| 271 steps: | 271 steps: |
| 272 - name: Coveralls Finished | 272 - name: Coveralls Finished |
| 273 uses: coverallsapp/github-action@0363cd28f449b7e5d3b6c6d269d31fe7c1201b68 # master | 273 uses: coverallsapp/github-action@50c33ad324a9902697adbf2f92c22cf5023eacf1 # master |
| 274 with: | 274 with: |
| 275 github-token: ${{ secrets.github_token }} | 275 github-token: ${{ secrets.github_token }} |
| 276 parallel-finished: true | 276 parallel-finished: true |
