# HG changeset patch # User John Rouillard # Date 1677472857 18000 # Node ID b036e4c8df4d315f07b68308d84a29ffd4109036 # Parent fcf7e210a0f93fdd7164ca2de2da621c1cfafa26 upgrade coveralls github action https://github.com/roundup-tracker/roundup/pull/5 diff -r fcf7e210a0f9 -r b036e4c8df4d .github/workflows/ci-test.yml --- 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