Skip to content

Commit

Permalink
Level of coverage was changed
Browse files Browse the repository at this point in the history
  • Loading branch information
drew138 committed Mar 23, 2024
1 parent e4783a8 commit a5e0f89
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Meets coverage
env:
TESTCOVERAGE_THRESHOLD: 20
TESTCOVERAGE_THRESHOLD: 60
run: |
echo "Threshold : $TESTCOVERAGE_THRESHOLD %"
totalCoverage=`go tool cover -func=coverage.out | grep total | grep -Eo '[0-9]+\.[0-9]+'`
Expand Down
20 changes: 0 additions & 20 deletions buildspec.yml

This file was deleted.

0 comments on commit a5e0f89

Please sign in to comment.