Skip to content

Commit

Permalink
ignore old_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pauladkisson committed Sep 24, 2024
1 parent 2e8dc4f commit 777393e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
key: ophys-datasets-042023-${{ matrix.os }}-${{ steps.ophys.outputs.HASH_OPHYS_DATASET }}

- name: Run full pytest with coverage
run: pytest -n auto --dist loadscope --cov=./ --cov-report xml:./codecov.xml
run: pytest -n auto --dist loadscope --cov=./ --cov-report xml:./codecov.xml --ignore=old_tests
- if: ${{ matrix.python-version == '3.9' && matrix.os == 'ubuntu-latest'}}
name: Upload full coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 777393e

Please sign in to comment.