Skip to content

Commit

Permalink
github/workflows: update test coverage rule
Browse files Browse the repository at this point in the history
  • Loading branch information
talal committed Nov 19, 2020
1 parent f42f1de commit 4b1750e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
key: ${{ runner.os }}-kubebuilder-${{ hashFiles('test/.kubebuilder-version') }}

- name: Basic build
run: make GO_BUILDFLAGS='-mod vendor'
run: make

- name: Run tests with coverage
run: make test-coverage
run: make build/cover.out

- name: Upload coverage report to Coveralls
run: |
Expand Down

0 comments on commit 4b1750e

Please sign in to comment.