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

Production fixes and optimisations #89

Closed JakuJ closed 3 years ago

JakuJ commented 3 years ago

This PR fixes a couple of issues we had with the app hosted on Azure:

Also, a config file for docker-compose has been added to the repository to make local deployment easier. Closes #74

codecov[bot] commented 3 years ago

Codecov Report

Merging #89 (e6aea3a) into develop (3278e48) will increase coverage by 0.15%. The diff coverage is 97.33%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #89      +/-   ##
===========================================
+ Coverage    94.16%   94.32%   +0.15%     
===========================================
  Files           42       44       +2     
  Lines         1080     1145      +65     
===========================================
+ Hits          1017     1080      +63     
- Misses          63       65       +2     
Flag Coverage Δ
unittests 94.32% <97.33%> (+0.15%) :arrow_up:

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

Impacted Files Coverage Δ
...er.AzureFunction/Serialization/ComplexConverter.cs 81.81% <81.81%> (ø)
Common/GateGrid.cs 97.46% <100.00%> (+0.01%) :arrow_up:
Common/QuantumGate.cs 58.33% <100.00%> (ø)
Compiler.AzureFunction/AzureFunctionCompiler.cs 100.00% <100.00%> (ø)
Compiler.AzureFunction/Function.cs 100.00% <100.00%> (ø)
...Function/Serialization/RenamingContractResolver.cs 100.00% <100.00%> (ø)
Compiler/OperationState.cs 100.00% <100.00%> (ø)
DatabaseHandler/CodeDatabaseHandler.cs 100.00% <100.00%> (ø)
Explorer/Components/ShareButton.razor 100.00% <100.00%> (ø)
... and 1 more

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 3278e48...e6aea3a. Read the comment docs.