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

Adding test workflow to trigger self-hosted runner build #493

Closed
wants to merge 13 commits into from

Conversation

rashidnhm
Copy link
Collaborator

Before submitting

Please complete the following checklist when submitting a PR:

  • All new features must include a unit test.
    If you've fixed a bug or added code that should be tested, add a test to the
    tests directory!

  • All new functions and code must be clearly commented and documented.
    If you do make documentation changes, make sure that the docs build and
    render correctly by running make docs.

  • Ensure that the test suite passes, by running make test.

  • Add a new entry to the .github/CHANGELOG.md file, summarizing the
    change, and including a link back to the PR.

  • Ensure that code is properly formatted by running make format.

When all the above are checked, delete everything above the dashed
line and fill in the pull request template.


Context:

Description of the Change:

Benefits:

Possible Drawbacks:

Related GitHub Issues:

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2023

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 13, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (7461186) 99.09% compared to head (8bc4bbc) 99.10%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff            @@
##           master     #493    +/-   ##
========================================
  Coverage   99.09%   99.10%            
========================================
  Files         142      142            
  Lines       16693    16795   +102     
========================================
+ Hits        16542    16644   +102     
  Misses        151      151            
Files Changed Coverage Δ
pennylane_lightning/core/_version.py 100.00% <100.00%> (ø)
.../simulators/lightning_kokkos/StateVectorKokkos.hpp 99.75% <100.00%> (-0.01%) ⬇️
...ators/lightning_kokkos/gates/GateFunctorsParam.hpp 99.79% <100.00%> (+<0.01%) ⬆️
...okkos/gates/tests/Test_StateVectorKokkos_Param.cpp 100.00% <100.00%> (ø)
...s/lightning_kokkos/measurements/ExpValFunctors.hpp 100.00% <100.00%> (ø)
...surements/tests/Test_StateVectorKokkos_Measure.cpp 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rashidnhm
Copy link
Collaborator Author

Closing as no longer needed

@rashidnhm rashidnhm closed this Sep 20, 2023
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.

1 participant