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 3 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 11974894638

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 21 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.01%) to 88.925%

Files with Coverage Reduction New Missed Lines %
crates/accelerate/src/unitary_synthesis.rs 1 92.2%
crates/qasm2/src/lex.rs 2 92.73%
crates/qasm2/src/parse.rs 18 96.23%
Totals Coverage Status
Change from base Build 11957091507: -0.01%
Covered Lines: 79395
Relevant Lines: 89283

💛 - Coveralls

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