Skip to content
New issue

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

feat: add new options #38

Merged
merged 3 commits into from
Jul 13, 2023
Merged

feat: add new options #38

merged 3 commits into from
Jul 13, 2023

Conversation

mrexox
Copy link
Contributor

@mrexox mrexox commented Jul 13, 2023

Closes #14

New options:

  • fail_on_error - default: true, set to false if you don't want coverage upload issue to fail your CI.
  • measure - default: false, set to true if you want to see time measurement logging.
  • coverage_files - the same as coverage_file but can be used to provide either a space-separated list of coverage reports or a glob for them.

@mrexox mrexox mentioned this pull request Jul 13, 2023
@mrexox mrexox force-pushed the feat/add-new-options branch from a3beb77 to 36b934d Compare July 13, 2023 11:33
@mrexox mrexox force-pushed the feat/add-new-options branch from 36b934d to 3c38f78 Compare July 13, 2023 11:38
@mrexox mrexox merged commit 004a78a into master Jul 13, 2023
mrexox added a commit that referenced this pull request Jul 13, 2023
- fail_on_error
- measure
- coverage_files
mrexox added a commit that referenced this pull request Jul 13, 2023
- fail_on_error
- measure
- coverage_files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Option to not fail build if Coveralls upload fails
1 participant