Skip to content

Commit

Permalink
updated CI.yaml test location given new folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicaw9910 committed Feb 20, 2024
1 parent 6f474f5 commit c5ade09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
# conda setup requires this special shell
shell: bash -l {0}
run: |
pytest -v --cov=missense_kinase_toolkit --cov-report=xml --color=yes missense_kinase_toolkit/tests/
pytest -v --cov=missense_kinase_toolkit --cov-report=xml --color=yes tests/
- name: CodeCov
uses: codecov/codecov-action@v1
Expand Down
Empty file removed temp.txt
Empty file.

0 comments on commit c5ade09

Please sign in to comment.