comparison .github/workflows/ci-test.yml @ 7618:b3fdbeeda89e

chore(deps): bump coverallsapp/github-action from 2.2.1 to 2.2.3 - https://github.com/roundup-tracker/roundup/pull/48
author John Rouillard <rouilj@ieee.org>
date Mon, 11 Sep 2023 00:01:45 -0400
parents 926ea14c3450
children 0e096d280437
comparison
equal deleted inserted replaced
7617:926ea14c3450 7618:b3fdbeeda89e
255 token: ${{ secrets.CODECOV_TOKEN }} 255 token: ${{ secrets.CODECOV_TOKEN }}
256 256
257 - name: Upload coverage to Coveralls 257 - name: Upload coverage to Coveralls
258 # python 2.7 and 3.6 versions of coverage can't produce lcov files. 258 # python 2.7 and 3.6 versions of coverage can't produce lcov files.
259 if: matrix.python-version != '2.7' && matrix.python-version != '3.6' 259 if: matrix.python-version != '2.7' && matrix.python-version != '3.6'
260 uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # master 260 uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # master
261 with: 261 with:
262 github-token: ${{ secrets.GITHUB_TOKEN }} 262 github-token: ${{ secrets.GITHUB_TOKEN }}
263 path-to-lcov: coverage.lcov 263 path-to-lcov: coverage.lcov
264 parallel: run-{{ matrix.python-version }}-{{ matrix.os }} 264 parallel: run-{{ matrix.python-version }}-{{ matrix.os }}
265 265
291 291
292 if: "!contains(github.event.head_commit.message, 'no-github-ci')" 292 if: "!contains(github.event.head_commit.message, 'no-github-ci')"
293 293
294 steps: 294 steps:
295 - name: Coveralls Finished 295 - name: Coveralls Finished
296 uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # master 296 uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # master
297 with: 297 with:
298 github-token: ${{ secrets.github_token }} 298 github-token: ${{ secrets.github_token }}
299 parallel-finished: true 299 parallel-finished: true

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