Mercurial > p > roundup > code
changeset 7187:b036e4c8df4d
upgrade coveralls github action https://github.com/roundup-tracker/roundup/pull/5
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 26 Feb 2023 23:40:57 -0500 |
| parents | fcf7e210a0f9 |
| children | 914a2f872854 |
| 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 Sun Feb 26 23:39:27 2023 -0500 +++ b/.github/workflows/ci-test.yml Sun Feb 26 23:40:57 2023 -0500 @@ -232,7 +232,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@3284643be2c47fb6432518ecec17f1255e8a06a6 # master + uses: coverallsapp/github-action@0363cd28f449b7e5d3b6c6d269d31fe7c1201b68 # master with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov @@ -265,7 +265,7 @@ runs-on: ubuntu-latest steps: - name: Coveralls Finished - uses: coverallsapp/github-action@3284643be2c47fb6432518ecec17f1255e8a06a6 # master + uses: coverallsapp/github-action@0363cd28f449b7e5d3b6c6d269d31fe7c1201b68 # master with: github-token: ${{ secrets.github_token }} parallel-finished: true
