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

♻️ Refactor handling of Barrier operations #394

Merged
merged 1 commit into from
Aug 10, 2023

♻️ Refactor handling of Barrier operations

ea3842e
Select commit
Loading
Failed to load commit list.
Merged

♻️ Refactor handling of Barrier operations #394

♻️ Refactor handling of Barrier operations
ea3842e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 9, 2023 in 0s

89.3% (+0.0%) compared to 5982ba7

View this Pull Request on Codecov

89.3% (+0.0%) compared to 5982ba7

Details

Codecov Report

Merging #394 (ea3842e) into main (5982ba7) will increase coverage by 0.0%.
The diff coverage is 92.7%.

@@          Coverage Diff          @@
##            main    #394   +/-   ##
=====================================
  Coverage   89.2%   89.3%           
=====================================
  Files         98      98           
  Lines      11661   11655    -6     
  Branches    2090    2087    -3     
=====================================
+ Hits       10411   10413    +2     
+ Misses      1250    1242    -8     
Files Changed Coverage Δ
include/operations/OpType.hpp 89.4% <ø> (ø)
src/operations/StandardOperation.cpp 93.2% <75.0%> (+0.4%) ⬆️
src/CircuitOptimizer.cpp 85.1% <92.3%> (+1.0%) ⬆️
include/QuantumComputation.hpp 93.8% <100.0%> (-0.1%) ⬇️
include/operations/NonUnitaryOperation.hpp 100.0% <100.0%> (ø)
include/operations/Operation.hpp 94.9% <100.0%> (+0.1%) ⬆️
src/QuantumComputation.cpp 76.8% <100.0%> (ø)
src/operations/NonUnitaryOperation.cpp 94.7% <100.0%> (-0.6%) ⬇️
src/operations/Operation.cpp 89.8% <100.0%> (+0.3%) ⬆️
src/parsers/QASMParser.cpp 97.8% <100.0%> (ø)

... and 1 file with indirect coverage changes