-
-
Notifications
You must be signed in to change notification settings - Fork 691
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: achieve 100% test coverage for
blas/ext/base/dnansumors
PR-URL: #3087 Closes: #3075 Co-authored-by: Philipp Burckhardt <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]> Signed-off-by: Philipp Burckhardt <[email protected]>
- Loading branch information
1 parent
6556a46
commit 02735b4
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 comment
on commit 02735b4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage Report
Package | Statements | Branches | Functions | Lines |
---|---|---|---|---|
blas/ext/base/dnansumors |
|
|
|
|
The above coverage report was generated for the changes in this push.
@Planeshifter This test needs to be added to the other test files, as well. Furthermore, the offset parameter does not need to be
0
. This should be updated.