diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fb792360..bf487e5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -29,12 +29,12 @@ jobs: with: python-versions: ${{ matrix.python-version }} - - name: Typecheck - run: nox -s typecheck - - name: Test run: nox -s tests -- --verbose --cov=earthaccess --cov-report=term-missing --capture=no --tb=native --log-cli-level=INFO + - name: Typecheck + run: nox -s typecheck + - name: Upload coverage # Don't upload coverage when using the `act` tool to run the workflow locally if: ${{ !env.ACT }}