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

Split coverage and unit tests #359

Merged
merged 3 commits into from
Sep 22, 2022
Merged

Split coverage and unit tests #359

merged 3 commits into from
Sep 22, 2022

Conversation

AmintorDusko
Copy link
Contributor

@AmintorDusko AmintorDusko commented Sep 22, 2022

Context: Building coverage tests in Debug mode for CodeCov.

Description of the Change: Split unit and coverage test to build coverage tests in debug mode.

Benefits: CodeCov will work properly.

Possible Drawbacks:

Related GitHub Issues:

@github-actions
Copy link
Contributor

Hello. You may have forgotten to update the changelog!
Please edit .github/CHANGELOG.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

@codecov
Copy link

codecov bot commented Sep 22, 2022

Codecov Report

Merging #359 (ae7446a) into master (08831c1) will increase coverage by 1.48%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #359      +/-   ##
==========================================
+ Coverage   98.39%   99.88%   +1.48%     
==========================================
  Files          49       49              
  Lines        4163     4184      +21     
==========================================
+ Hits         4096     4179      +83     
+ Misses         67        5      -62     
Impacted Files Coverage Δ
pennylane_lightning/_version.py 100.00% <100.00%> (ø)
pennylane_lightning/src/simulator/Measures.hpp 99.37% <0.00%> (-0.63%) ⬇️
pennylane_lightning/src/util/Memory.hpp 100.00% <0.00%> (ø)
pennylane_lightning/src/util/BitUtil.hpp 100.00% <0.00%> (ø)
pennylane_lightning/src/util/RuntimeInfo.cpp 100.00% <0.00%> (ø)
pennylane_lightning/src/util/ConstantUtil.hpp 100.00% <0.00%> (ø)
pennylane_lightning/src/util/LinearAlgebra.hpp 100.00% <0.00%> (ø)
pennylane_lightning/src/util/IntegerInterval.hpp 100.00% <0.00%> (ø)
...ennylane_lightning/src/gates/DynamicDispatcher.hpp 100.00% <0.00%> (ø)
...nylane_lightning/src/gates/RegisterKernels_x64.cpp 100.00% <0.00%> (ø)
... and 5 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@AmintorDusko AmintorDusko marked this pull request as ready for review September 22, 2022 15:40
Copy link
Contributor

@chaeyeunpark chaeyeunpark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for a quick fix @AmintorDusko !

Copy link
Member

@mlxd mlxd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @AmintorDusko

@AmintorDusko AmintorDusko merged commit 321c94c into master Sep 22, 2022
@AmintorDusko AmintorDusko deleted the bug/coverage branch September 22, 2022 18:49
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