Skip to content

Commit

Permalink
change tests path
Browse files Browse the repository at this point in the history
  • Loading branch information
Lily Wang committed Jul 18, 2023
1 parent 6aac41f commit e316eb1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gh-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,16 @@ jobs:
- name: Run tests
run: |
pytest -n 4 -v --cov=openff/nagl --cov-config=setup.cfg --cov-report=xml --color=yes openff/nagl/tests/
pytest -n 4 -v --cov=openff/nagl --cov-config=setup.cfg --cov-append --cov-report=xml --color=yes openff/nagl/
- name: codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}
file: ./coverage.xml
verbose: True
# name: codecov-${{ matrix.os }}-py${{ matrix.python-version }}



pylint_check:
Expand Down

0 comments on commit e316eb1

Please sign in to comment.