Skip to content

Commit

Permalink
Properly copy coveragerc file
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Snape committed May 6, 2024
1 parent eaf8fc4 commit 1d83944
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ test:
- pytest-mock >=3.0,<4.0
- black >= 20.0

files:
- .coveragerc

imports:
- menpodetect
- menpodetect.dlib
- menpodetect.opencv

commands:
- pytest $SP_DIR/menpodetect -v --cov=menpodetect
- pytest $SP_DIR/menpodetect -v --cov=menpodetect --cov-config .coveragerc

about:
home: https://github.com/menpo/menpodetect/
Expand Down

0 comments on commit 1d83944

Please sign in to comment.