From d6b3784a4cc441fffed4021f98fd76fdd5f069fb Mon Sep 17 00:00:00 2001 From: Jaren Ashcraft Date: Fri, 8 Mar 2024 23:56:42 -0700 Subject: [PATCH] with codecov configured --- .github/workflows/tests.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8aa163e..34e141b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,9 +27,7 @@ jobs: run: | pytest --cov - name: Upload coverage reports to Codecov - run: | - # Replace `linux` below with the appropriate OS - # Options are `alpine`, `linux`, `macos`, `windows` - curl -Os https://uploader.codecov.io/latest/macos/codecov - chmod +x codecov - ./codecov -t ${CODECOV_TOKEN} \ No newline at end of file + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} + slug: Jashcraf/katsu \ No newline at end of file