Skip to content

Commit

Permalink
Make code coverage check runs always
Browse files Browse the repository at this point in the history
  • Loading branch information
bhati-pradeep authored and siddharth-nutanix committed May 5, 2022
1 parent 601ce95 commit 2897368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/acceptance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
echo '${{ secrets.FOUNDATION_CONFIG }}' > test_foundation_config.json
${{ secrets.ACCEPTANCE_TEST_ARGS }} make testacc
- name: Code Coverage Check
if: ${{ always() }}
run: |
echo "Code coverage: Checking if code coverage is above threshold..."
export TESTCOV_THRESHOLD=50
Expand Down

0 comments on commit 2897368

Please sign in to comment.