Skip to content

Commit

Permalink
skip tests/results folder for now
Browse files Browse the repository at this point in the history
  • Loading branch information
j-wags authored Aug 23, 2023
1 parent b154f62 commit e9f3e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Run Tests
run: |
python -m pytest -v --cov=openff --cov-config=setup.cfg openff/qcsubmit/tests/ --cov-report=xml
python -m pytest -v --cov=openff --cov-config=setup.cfg openff/qcsubmit/tests/ --cov-report=xml --ignore=openff/qcsubmit/tests/results/
- name: Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit e9f3e0d

Please sign in to comment.