From 750c734c6bea6879a43431d7c9b76c423114a496 Mon Sep 17 00:00:00 2001 From: Kaleb Barrett Date: Sat, 31 May 2025 11:21:42 -0600 Subject: [PATCH] Fix alpine test and enable codecov --- .github/workflows/tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ad68fcb..708b3ed 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -239,17 +239,17 @@ jobs: apk upgrade - name: Install System Python and Git run: | - apk add python3 python3-dev py3-pip py3-nox git + apk add python3 python3-dev py3-pip py3-nox py3-attrs git - name: Download Source uses: actions/checkout@v4 - name: Run Tests run: | nox -e tests - # - name: Upload to codecov - # uses: codecov/codecov-action@v4 - # with: - # token: ${{ secrets.CODECOV_TOKEN }} - # verbose: true + - name: Upload to codecov + uses: codecov/codecov-action@v4 + with: + token: ${{ secrets.CODECOV_TOKEN }} + verbose: true homebrew: name: homebrew-system-python