From ed0883083780b36a6a9f5052ab72d9328a14cf4f Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Fri, 10 Nov 2023 15:18:07 +1100 Subject: [PATCH] fix: test v0 --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 105347dc..3fe47ed1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Set up Python 3.10 uses: actions/setup-python@v4 with: @@ -14,7 +16,7 @@ jobs: - name: Install dependencies run: pip install -r requirements.txt - name: Run ATS - uses: codecov/codecov-ats@9b308e97443e8421bcdf4377da6c34b3ca235601 + uses: codecov/codecov-ats@v0 env: CODECOV_STATIC_TOKEN: ${{ secrets.CODECOV_STATIC_TOKEN }} CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}