We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run 5monkeys/cobertura-action@master with: path: /home/runner/work/myrepo/myrepo/**/coverage.xml minimum_coverage: 75 repo_token: *** skip_covered: true fail_below_threshold: false show_line: false show_branch: false show_class_names: false show_missing: false link_missing_lines: false only_changed_files: false env: PIP_CACHE_DIR: /home/runner/work/myrepo/myrepo/.pip DEPLOY: false pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64 Error: No commit found for SHA: 302de2cbaebb96948ff6419dca4e5610b68b3484
while using action file on the event on: push: tags: - '*' and when we trigger the pipline by running the ./release.sh we are gettingh the above issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Run 5monkeys/cobertura-action@master
with:
path: /home/runner/work/myrepo/myrepo/**/coverage.xml
minimum_coverage: 75
repo_token: ***
skip_covered: true
fail_below_threshold: false
show_line: false
show_branch: false
show_class_names: false
show_missing: false
link_missing_lines: false
only_changed_files: false
env:
PIP_CACHE_DIR: /home/runner/work/myrepo/myrepo/.pip
DEPLOY: false
pythonLocation: /opt/hostedtoolcache/Python/3.8.18/x64
Error: No commit found for SHA: 302de2cbaebb96948ff6419dca4e5610b68b3484
while using action file on the event on:
push:
tags:
- '*' and when we trigger the pipline by running the ./release.sh we are gettingh the above issue
The text was updated successfully, but these errors were encountered: