comparison .github/workflows/ci-test.yml @ 7232:b650008b5472

Bump coverallsapp/github-action from 1.2.4 to 2.0.0 -- https://github.com/roundup-tracker/roundup/pull/10
author John Rouillard <rouilj@ieee.org>
date Mon, 20 Mar 2023 20:04:15 -0400
parents 0fd41edd26b0
children 821429f560cd
comparison
equal deleted inserted replaced
7231:0fd41edd26b0 7232:b650008b5472
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@50c33ad324a9902697adbf2f92c22cf5023eacf1 # master 237 uses: coverallsapp/github-action@67662d24394fd74bffcf7b462d1b432814159afd # 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@50c33ad324a9902697adbf2f92c22cf5023eacf1 # master 273 uses: coverallsapp/github-action@67662d24394fd74bffcf7b462d1b432814159afd # 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

Roundup Issue Tracker: http://roundup-tracker.org/