Skip to content

Commit

Permalink
update coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Sep 29, 2024
1 parent 0058de7 commit 632238f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
hide_complexity: true
indicators: true
output: both
thresholds: "50 70"
thresholds: "40 70"
- name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2
if: ${{ github.event_name == 'pull_request' }}
Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ http_wait http://admin:test@localhost:9090/-/healthy
./tmp/ndc-test test --endpoint http://localhost:8080

# go tests
go test -v -coverpkg=./... -race -timeout 3m -coverprofile=coverage.out.tmp ./...
go test -v -coverpkg=./connector/... -race -timeout 3m -coverprofile=coverage.out ./...
cat coverage.out.tmp | grep -v "main.go" > coverage.out

0 comments on commit 632238f

Please sign in to comment.