Mercurial > p > roundup > code
changeset 7377:d6c688fee3e7
Bump codecov/codecov-action from 3.1.3 to 3.1.4 - https://github.com/roundup-tracker/roundup/pull/31
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 22 May 2023 08:36:55 -0400 |
| parents | 18bae0b2e74e |
| children | b4ac699c6282 |
| files | .github/workflows/ci-test.yml |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sat May 20 20:12:36 2023 -0400 +++ b/.github/workflows/ci-test.yml Mon May 22 08:36:55 2023 -0400 @@ -225,7 +225,7 @@ - name: Upload coverage to Codecov # see: https://github.com/codecov/codecov-action#usage - uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 + uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4 with: verbose: true token: ${{ secrets.CODECOV_TOKEN }}
