1set / starlet

✨ Yet another Go wrapper for Starlark that simplifies usage, offers data conversion and useful Starlark libraries
MIT License
22 stars 1 forks source link

[fix] handle default or None for lib/http methods #93

Closed hyorigo closed 6 months ago

codacy-production[bot] commented 6 months ago

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
:white_check_mark: +0.12% (target: -1.00%) :white_check_mark: 100.00%
Coverage variation details | | Coverable lines | Covered lines | Coverage | | ------------- | ------------- | ------------- | ------------- | | Common ancestor commit (e493823e16790861699ff830c5ed78b6ef6aee54) | 4533 | 4140 | 91.33% | | | Head commit (4537ffa907ee888584f7e5e856a427bb9e91122a) | 4571 (+38) | 4180 (+40) | 91.45% (**+0.12%**) | **Coverage variation** is the difference between the coverage for the head and common ancestor commits of the pull request branch: ` - `
Diff coverage details | | Coverable lines | Covered lines | Diff coverage | | ------------- | ------------- | ------------- | ------------- | | Pull request (#93) | 65 | 65 | **100.00%** | **Diff coverage** is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: `/ * 100%`

See your quality gate settings    Change summary preferences

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 96.77419% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 88.85%. Comparing base (e493823) to head (4537ffa).

Files Patch % Lines
lib/http/http.go 88.88% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #93 +/- ## ========================================== + Coverage 88.69% 88.85% +0.15% ========================================== Files 38 38 Lines 4405 4440 +35 ========================================== + Hits 3907 3945 +38 + Misses 386 384 -2 + Partials 112 111 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.