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

Add HasSize assertions #43

Merged
merged 1 commit into from Dec 21, 2021

Conversation

mzampetakis
Copy link
Contributor

Add HasSizeBetween, HasSizeGreaterThan,
HasSizeGreaterThanOrEqualTo and HasSizeLessThanOrEqualTo
assertions.

Add `HasSizeBetween`, `HasSizeGreaterThan`,
`HasSizeGreaterThanOrEqualTo` and `HasSizeLessThanOrEqualTo`
assertions.
@sonarcloud
Copy link

sonarcloud bot commented Dec 21, 2021

SonarCloud Quality Gate failed.    Quality Gate failed

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

No Coverage information No Coverage information
40.4% 40.4% Duplication

@codecov
Copy link

codecov bot commented Dec 21, 2021

Codecov Report

Merging #43 (41bfe71) into master (4c62e8e) will increase coverage by 0.11%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   97.42%   97.53%   +0.11%     
==========================================
  Files          12       12              
  Lines         622      650      +28     
==========================================
+ Hits          606      634      +28     
  Misses         16       16              
Impacted Files Coverage Δ
assert/error_messages.go 100.00% <100.00%> (ø)
assert/string.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c62e8e...41bfe71. Read the comment docs.

@ppapapetrou76 ppapapetrou76 merged commit e7410a3 into ppapapetrou76:master Dec 21, 2021
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.

None yet

2 participants