Skip to content

bring coverage of fixed SparseMatrixCSC to 100%#392

Merged
SobhanMP merged 8 commits intomainfrom
fixed_cover
Jul 18, 2023
Merged

bring coverage of fixed SparseMatrixCSC to 100%#392
SobhanMP merged 8 commits intomainfrom
fixed_cover

Conversation

@SobhanMP
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented May 26, 2023

Codecov Report

Merging #392 (94b96f7) into main (c93589c) will decrease coverage by 1.65%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #392      +/-   ##
==========================================
- Coverage   93.84%   92.19%   -1.65%     
==========================================
  Files          12       12              
  Lines        7521     7521              
==========================================
- Hits         7058     6934     -124     
- Misses        463      587     +124     
Impacted Files Coverage Δ
src/sparsematrix.jl 95.65% <ø> (+0.20%) ⬆️

... and 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

SobhanMP and others added 2 commits May 26, 2023 10:54
Co-authored-by: Daniel Karrasch <daniel.karrasch@posteo.de>
@SobhanMP SobhanMP requested a review from dkarrasch June 13, 2023 22:05
@dkarrasch
Copy link
Member

Seems like there are still two untested methods:

SparseMatrixCSC(m, n, colptr::ReadOnly, rowval::ReadOnly, nzval::Vector)
FixedSparseCSC{Tv,Ti}(x::AbstractSparseMatrixCSC)

@ViralBShah
Copy link
Member

@SobhanMP Any chance we can add coverage for the other two methods? Would be nice to get this PR in time for 1.10.

@SobhanMP
Copy link
Member Author

@ViralBShah change in codecov seems unrelated, this should be 100%

@SobhanMP
Copy link
Member Author

@dkarrasch can i merge?

@dkarrasch
Copy link
Member

Yes, go ahead.

@SobhanMP SobhanMP merged commit f8f0f40 into main Jul 18, 2023
@SobhanMP SobhanMP deleted the fixed_cover branch July 18, 2023 18:14
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.

3 participants