Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 6879:5ba79dd2f31c
add codecov token
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 01 Sep 2022 11:50:04 -0400 |
| parents | 81d811b8d45f |
| children | 222e84d12bed |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Thu Sep 01 11:14:08 2022 -0400 +++ b/.github/workflows/ci-test.yml Thu Sep 01 11:50:04 2022 -0400 @@ -51,9 +51,10 @@ # Setup version of Python to use - name: Set Up Python ${{ matrix.python-version }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} + cache: 'pip' # Display the Python version being used - name: Display Python version @@ -176,6 +177,7 @@ uses: codecov/codecov-action@v3 with: verbose: true + token: ${{ secrets.CODECOV_TOKEN }} - name: test build_doc run: |
