Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7265:c7eafc398acf
Bump coverallsapp/github-action from 2.1.0 to 2.1.2 - https://github.com/roundup-tracker/roundup/pull/23
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 19 Apr 2023 21:56:58 -0400 |
| parents | b83e2fb5f578 |
| children | c40e2e31b85d |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Wed Apr 19 21:40:56 2023 -0400 +++ b/.github/workflows/ci-test.yml Wed Apr 19 21:56:58 2023 -0400 @@ -234,7 +234,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@045a25193560dc194e405657f552faeb6b9433aa # master + uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # master with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov @@ -270,7 +270,7 @@ steps: - name: Coveralls Finished - uses: coverallsapp/github-action@045a25193560dc194e405657f552faeb6b9433aa # master + uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # master with: github-token: ${{ secrets.github_token }} parallel-finished: true
