Skip to content

Commit

Permalink
test(coverage): increase fail_under to 81 (#1361)
Browse files Browse the repository at this point in the history
**Issue number:** N/A

## Summary

The coverage was improved by recent PRs so changing the `fail_under` in
`.coveragerc` to reflect it.

### Changes

> Please provide a summary of what's being changed

N/A

### User experience

> Please describe what the user experience looks like before and after
this change

N/A

## Checklist

If your change doesn't seem to apply, please leave them unchecked.

* [x] I have performed a self-review of this change
* [x] Changes have been tested
* [ ] Changes are documented
* [x] PR title follows [conventional commit
semantics](https://www.conventionalcommits.org/en/v1.0.0/)
  • Loading branch information
artemrys authored Oct 9, 2024
1 parent 29b9769 commit f47160b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ omit =
splunk_add_on_ucc_framework/templates/input.module-template

[report]
fail_under = 78.5
fail_under = 81

0 comments on commit f47160b

Please sign in to comment.