diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 840bee7..6a9e0fa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,8 +26,10 @@ jobs: - run: pytest env: NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }} - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v5 with: env_vars: PYTHON fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} + verbose: true + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}