Skip to content

Instantly share code, notes, and snippets.

@MathVasc
Created October 23, 2020 14:50
Show Gist options
  • Save MathVasc/e1cc435891a11af668f7993543b19224 to your computer and use it in GitHub Desktop.
Save MathVasc/e1cc435891a11af668f7993543b19224 to your computer and use it in GitHub Desktop.
upload coverage
# ...
- name: Coverage report
run: slather coverage -x --binary-basename 'iOSGitHubActions'
- name: Post coverage
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./Coverage/cobertura.xml
fail_ci_if_error: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment