Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 7269:c40e2e31b85d
Bump codecov/codecov-action from 3.1.2 to 3.1.3 - https://github.com/roundup-tracker/roundup/pull/24
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 24 Apr 2023 07:53:31 -0400 |
| parents | c7eafc398acf |
| children | 5486c565ecf6 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Mon Apr 24 00:21:25 2023 -0400 +++ b/.github/workflows/ci-test.yml Mon Apr 24 07:53:31 2023 -0400 @@ -226,7 +226,7 @@ - name: Upload coverage to Codecov # see: https://github.com/codecov/codecov-action#usage - uses: codecov/codecov-action@40a12dcee2df644d47232dde008099a3e9e4f865 # v3.1.2 + uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3.1.3 with: verbose: true token: ${{ secrets.CODECOV_TOKEN }}
