Skip to content

Commit 5673c25

Browse files
Update buildspec.yml
1 parent a850439 commit 5673c25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildspec.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ phases:
1212
- pip install -r requirements.txt
1313
build:
1414
commands:
15-
- pytest app/tests/
15+
- pytest
1616
- ls -lart
1717
post_build:
1818
commands:
19-
- pytest --cov=app/core app/tests
19+
- pytest --cov=core tests
2020
artifacts:
2121
files:
2222
- "**/*"

0 commit comments

Comments
 (0)