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

Added AssertIncreasing and AssertDecreasing #43

Merged
merged 4 commits into from
Aug 30, 2021

Conversation

floaust
Copy link
Contributor

@floaust floaust commented Aug 30, 2021

Fixes #30
Fixes #29

@codecov
Copy link

codecov bot commented Aug 30, 2021

Codecov Report

Merging #43 (751fab3) into main (90cbc5e) will increase coverage by 0.65%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #43      +/-   ##
==========================================
+ Coverage   86.31%   86.96%   +0.65%     
==========================================
  Files          10       10              
  Lines         621      652      +31     
==========================================
+ Hits          536      567      +31     
  Misses         49       49              
  Partials       36       36              
Impacted Files Coverage Δ
assert.go 93.95% <100.00%> (+0.70%) ⬆️

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 d789316...751fab3. Read the comment docs.

@floaust floaust disabled auto-merge August 30, 2021 01:04
@MarvinJWendt MarvinJWendt merged commit 8b4af57 into MarvinJWendt:main Aug 30, 2021
@floaust floaust deleted the feat/add-assertlen branch August 30, 2021 01:05
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.

Add AssertIsIncreasing (on number slices) Add AssertIsDecreasing (on number slices)
2 participants