comparison .github/workflows/ci-test.yml @ 8481:9c7ac1aa68c9

chore: coveralls coverallsapp/github-action upgrade 2.3.6 to 2.3.7
author John Rouillard <rouilj@ieee.org>
date Mon, 24 Nov 2025 11:52:32 -0500
parents 69fc3cee878c
children 7201316bd6e8
comparison
equal deleted inserted replaced
8480:3ab30654e9c1 8481:9c7ac1aa68c9
329 token: ${{ secrets.CODECOV_TOKEN }} 329 token: ${{ secrets.CODECOV_TOKEN }}
330 330
331 - name: Upload coverage to Coveralls 331 - name: Upload coverage to Coveralls
332 # python 2.7 and 3.6 versions of coverage can't produce lcov files. 332 # python 2.7 and 3.6 versions of coverage can't produce lcov files.
333 if: matrix.python-version != '2.7' && matrix.python-version != '3.6' 333 if: matrix.python-version != '2.7' && matrix.python-version != '3.6'
334 uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 334 uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
335 with: 335 with:
336 github-token: ${{ secrets.GITHUB_TOKEN }} 336 github-token: ${{ secrets.GITHUB_TOKEN }}
337 path-to-lcov: coverage.lcov 337 path-to-lcov: coverage.lcov
338 parallel: run-{{ matrix.python-version }}-{{ matrix.os }} 338 parallel: run-{{ matrix.python-version }}-{{ matrix.os }}
339 339
365 365
366 if: "!contains(github.event.head_commit.message, 'no-github-ci')" 366 if: "!contains(github.event.head_commit.message, 'no-github-ci')"
367 367
368 steps: 368 steps:
369 - name: Coveralls Finished 369 - name: Coveralls Finished
370 uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 370 uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
371 with: 371 with:
372 github-token: ${{ secrets.github_token }} 372 github-token: ${{ secrets.github_token }}
373 parallel-finished: true 373 parallel-finished: true

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