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 support of new types parsers. #90

Merged
merged 2 commits into from
Mar 29, 2023
Merged

feat: Add support of new types parsers. #90

merged 2 commits into from
Mar 29, 2023

Conversation

obalunenko
Copy link
Owner

  • []bool
  • uintptr
  • []uintptr
  • complex64
  • []complex64
  • complex128
  • []complex128

- []bool
- uintptr
- []uintptr
- complex64
- []complex64
- complex128
- []complex128
@obalunenko obalunenko self-assigned this Mar 29, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented Mar 29, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +1.51 🎉

Comparison is base (35bea46) 98.48% compared to head (22001f9) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##           master       #90      +/-   ##
===========================================
+ Coverage   98.48%   100.00%   +1.51%     
===========================================
  Files           4         4              
  Lines         659       810     +151     
===========================================
+ Hits          649       810     +161     
+ Misses         10         0      -10     
Impacted Files Coverage Δ
getenv.go 100.00% <ø> (ø)
option/option.go 100.00% <ø> (ø)
internal/iface.go 100.00% <100.00%> (+4.31%) ⬆️
internal/parsers.go 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@obalunenko obalunenko merged commit 405bfaa into master Mar 29, 2023
@obalunenko obalunenko deleted the develop branch March 29, 2023 17:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant