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

Migrate CI to Github Actions #13474

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
Draft

Conversation

raynelfss
Copy link
Contributor

@raynelfss raynelfss commented Nov 21, 2024

Summary

Fixes #12807. The following commits move existing workflows from Azure into Github Actions.

Details and comments

Tasks

  • Move Lint and Docs
  • Move Python Tests
  • Organize concurrency

@raynelfss raynelfss added the type: qa Issues and PRs that relate to testing and code quality label Nov 21, 2024
@coveralls
Copy link

coveralls commented Nov 21, 2024

Pull Request Test Coverage Report for Build 12038380542

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 17 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-0.008%) to 88.928%

Files with Coverage Reduction New Missed Lines %
crates/accelerate/src/two_qubit_decompose.rs 1 92.13%
crates/qasm2/src/expr.rs 1 94.02%
crates/qasm2/src/lex.rs 3 92.48%
crates/qasm2/src/parse.rs 12 96.69%
Totals Coverage Status
Change from base Build 11977726745: -0.008%
Covered Lines: 79397
Relevant Lines: 89282

💛 - Coveralls

- Added `depth: 0` to checkout to avoid reno bugs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: qa Issues and PRs that relate to testing and code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate CI to github actions
2 participants