Mercurial > p > roundup > code
changeset 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 | 3ab30654e9c1 |
| children | aab59f040b80 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Mon Nov 24 11:51:40 2025 -0500 +++ b/.github/workflows/ci-test.yml Mon Nov 24 11:52:32 2025 -0500 @@ -331,7 +331,7 @@ - name: Upload coverage to Coveralls # python 2.7 and 3.6 versions of coverage can't produce lcov files. if: matrix.python-version != '2.7' && matrix.python-version != '3.6' - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 + uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov @@ -367,7 +367,7 @@ steps: - name: Coveralls Finished - uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6 + uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 with: github-token: ${{ secrets.github_token }} parallel-finished: true
