Merge remote-tracking branch 'origin/develop' into feature/macgills/1663-filesystem-detection

This commit is contained in:
Sean Mac Gillicuddy 2020-01-09 14:48:14 +00:00
commit 648a8b72de

View File

@ -34,5 +34,8 @@ jobs:
- name: create unit coverage
run: ./gradlew jacocoTestDebugUnitTestReport jacocoTestCustomExampleDebugUnitTestReport
- name: upload coverage
run: bash <(curl -s https://codecov.io/bash)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true