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 coverage check #215

Merged
merged 3 commits into from
Jul 28, 2020
Merged

Add coverage check #215

merged 3 commits into from
Jul 28, 2020

Conversation

termoshtt
Copy link
Member

@termoshtt termoshtt commented Jul 9, 2020

Resolve #53
Revival of #96 #157

Setup converge evaluation with tarpaulin and GitHub Actions

@termoshtt
Copy link
Member Author

should be after #206

@termoshtt termoshtt added this to the 0.13 milestone Jul 13, 2020
@termoshtt
Copy link
Member Author

/__w/ndarray-linalg/ndarray-linalg/target/debug/svd-1205755455bdb5ae: error while loading shared libraries: libmkl_intel_lp64.so: cannot open shared object file: No such file or directory

what we need is static linking #204

Use stable

cd
@termoshtt termoshtt force-pushed the coverage-tarpaulin branch from cfeca7d to c4de856 Compare July 27, 2020 17:32
@codecov
Copy link

codecov bot commented Jul 27, 2020

Codecov Report

Merging #215 into master will decrease coverage by 8.16%.
The diff coverage is 88.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #215      +/-   ##
==========================================
- Coverage   97.14%   88.97%   -8.17%     
==========================================
  Files          46       71      +25     
  Lines        1366     3574    +2208     
==========================================
+ Hits         1327     3180    +1853     
- Misses         39      394     +355     
Impacted Files Coverage Δ
ndarray-linalg/src/trace.rs 100.00% <ø> (ø)
ndarray-linalg/tests/convert.rs 100.00% <ø> (ø)
ndarray-linalg/tests/normalize.rs 100.00% <ø> (ø)
ndarray-linalg/tests/opnorm.rs 100.00% <ø> (ø)
ndarray-linalg/tests/qr.rs 100.00% <ø> (ø)
ndarray-linalg/tests/solveh.rs 100.00% <ø> (ø)
ndarray-linalg/tests/trace.rs 100.00% <ø> (ø)
ndarray-linalg/tests/triangular.rs 100.00% <ø> (ø)
ndarray-linalg/tests/vector.rs 100.00% <ø> (ø)
ndarray-linalg/src/tridiagonal.rs 34.43% <34.43%> (ø)
... and 129 more

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 42779dc...c42afc4. Read the comment docs.

@termoshtt termoshtt marked this pull request as ready for review July 27, 2020 18:06
@termoshtt termoshtt merged commit c027ef0 into master Jul 28, 2020
@termoshtt termoshtt deleted the coverage-tarpaulin branch July 28, 2020 17:22
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.

Test coverage
1 participant