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

bring coverage of fixed SparseMatrixCSC to 100% #392

Merged
merged 8 commits into from
Jul 18, 2023
Merged

bring coverage of fixed SparseMatrixCSC to 100% #392

merged 8 commits into from
Jul 18, 2023

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

test/fixed.jl Outdated Show resolved Hide resolved
SobhanMP and others added 2 commits May 26, 2023 10:54
@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
7 of 8 checks passed
@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