Skip to content

Commit

Permalink
Disable coverage temporarily (#6746)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 authored Mar 17, 2024
1 parent dbe2bc2 commit f04870e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
docker-image: ${{ needs.build.outputs.docker-image }}
timeout-minutes: 120
collect-coverage: ${{ github.event_name == 'push' && github.event.ref == 'refs/heads/master' }}
collect-coverage: false
disable-xrt: 1
secrets:
gcloud-service-key: ${{ secrets.GCLOUD_SERVICE_KEY }}
Expand Down

0 comments on commit f04870e

Please sign in to comment.