Skip to content

Commit

Permalink
workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyakhajanchi committed Sep 28, 2023
1 parent a94eed2 commit 77f298e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
run: |
go test ./... -coverprofile coverage.out -covermode count
go tool cover -func coverage.out
cd ui
ng test
- name: Quality Gate - Test coverage should be above threshold
env:
Expand Down

0 comments on commit 77f298e

Please sign in to comment.