Skip to content

Commit

Permalink
Merge pull request #337 from SWE574-Fall2023-Group1/feature/335-front…
Browse files Browse the repository at this point in the history
…end-unit-test-coverage

Feature/335 frontend unit test coverage
  • Loading branch information
sadikkuzu authored Dec 23, 2023
2 parents ccc0613 + be55ace commit 1c2be38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
docker network ls
docker compose logs frontend
make git-stats
docker compose exec -e CI=true -T frontend npm run test
docker compose exec -e CI=true -T frontend npm run test -- --coverage --watchAll=false
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ backend-test:
docker compose exec -T backend python manage.py test

frontend-test:
docker compose exec -e CI=true -T frontend npm run test
docker compose exec -e CI=true -T frontend npm run test -- --coverage --watchAll=false

local-frontend: down
docker compose up db backend -d --build
Expand Down

0 comments on commit 1c2be38

Please sign in to comment.