JakuJ / quantum-explorer

Bachelor's project: Compiler Explorer for Q#
https://qexplorer.herokuapp.com
GNU General Public License v3.0
3 stars 0 forks source link

Update QDK to 0.15 #114

Closed JakuJ closed 3 years ago

JakuJ commented 3 years ago

Closes #113.

Edit: also registered '//' as the line comment (resolved #73).

codecov[bot] commented 3 years ago

Codecov Report

Merging #114 (a5f270b) into develop (306e860) will increase coverage by 0.09%. The diff coverage is 75.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #114      +/-   ##
===========================================
+ Coverage    95.95%   96.04%   +0.09%     
===========================================
  Files           51       51              
  Lines         1284     1291       +7     
===========================================
+ Hits          1232     1240       +8     
+ Misses          52       51       -1     
Flag Coverage Δ
unittests 96.04% <75.00%> (+0.09%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
Compiler/EventLogger.cs 77.77% <20.00%> (+8.54%) :arrow_up:
Compiler/AllocationTagger.cs 78.57% <100.00%> (ø)
Compiler/InMemoryEmitter.cs 89.65% <100.00%> (+0.36%) :arrow_up:
Compiler/QsCompiler.cs 90.90% <100.00%> (+2.53%) :arrow_up:
Simulator/InterceptingSimulator.cs 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 306e860...a5f270b. Read the comment docs.