Created
October 23, 2020 14:50
-
-
Save MathVasc/e1cc435891a11af668f7993543b19224 to your computer and use it in GitHub Desktop.
upload coverage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ... | |
- 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