Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7618:b3fdbeeda89e
chore(deps): bump coverallsapp/github-action from 2.2.1 to 2.2.3 - https://github.com/roundup-tracker/roundup/pull/48
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 11 Sep 2023 00:01:45 -0400 |
| parents | 926ea14c3450 |
| children | 0e096d280437 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Mon Sep 11 00:00:57 2023 -0400 +++ b/.github/workflows/ci-test.yml Mon Sep 11 00:01:45 2023 -0400 @@ -257,7 +257,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@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # master + uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # master with: github-token: ${{ secrets.GITHUB_TOKEN }} path-to-lcov: coverage.lcov @@ -293,7 +293,7 @@ steps: - name: Coveralls Finished - uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # master + uses: coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949 # master with: github-token: ${{ secrets.github_token }} parallel-finished: true
