comparison .github/workflows/ci-test.yml @ 7265:c7eafc398acf

Bump coverallsapp/github-action from 2.1.0 to 2.1.2 - https://github.com/roundup-tracker/roundup/pull/23
author John Rouillard <rouilj@ieee.org>
date Wed, 19 Apr 2023 21:56:58 -0400
parents b83e2fb5f578
children c40e2e31b85d
comparison
equal deleted inserted replaced
7264:bb070f559a80 7265:c7eafc398acf
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@045a25193560dc194e405657f552faeb6b9433aa # master 237 uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # 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@045a25193560dc194e405657f552faeb6b9433aa # master 273 uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # 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/