Actions tests

pull/694/head
Mattia Iavarone 6 years ago
parent 822d16abea
commit 6962ea39cd
  1. 2
      .github/workflows/build.yml

@ -86,6 +86,6 @@ jobs:
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v1
with: with:
token: ${{ secrets.CODECOV_KEY }} token: ${{ secrets.CODECOV_KEY }}
file: ./cameraview/build/reports/mergedCoverageReport/ file: ./cameraview/build/reports/mergedCoverageReport/*
yml: ./.github/codecov.yml yml: ./.github/codecov.yml
fail_ci_if_error: true fail_ci_if_error: true
Loading…
Cancel
Save