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

Issue 66 new database schema #77

Merged
merged 14 commits into from
Apr 23, 2020
Merged

Issue 66 new database schema #77

merged 14 commits into from
Apr 23, 2020

Conversation

csala
Copy link
Contributor

@csala csala commented Apr 23, 2020

Resolve #66

Implementation of the new Database Schema.

@codecov-io
Copy link

Codecov Report

Merging #77 into master will decrease coverage by 2.55%.
The diff coverage is 1.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #77      +/-   ##
==========================================
- Coverage   12.85%   10.30%   -2.56%     
==========================================
  Files           9       12       +3     
  Lines         708      893     +185     
==========================================
+ Hits           91       92       +1     
- Misses        617      801     +184     
Impacted Files Coverage Δ
orion/analysis.py 43.33% <ø> (ø)
orion/cli.py 0.00% <0.00%> (ø)
orion/db/__init__.py 0.00% <0.00%> (ø)
orion/db/base.py 0.00% <0.00%> (ø)
orion/db/explorer.py 0.00% <0.00%> (ø)
orion/db/schema.py 0.00% <0.00%> (ø)
orion/runner.py 0.00% <0.00%> (ø)
orion/utils.py 0.00% <ø> (ø)
orion/data.py 50.00% <40.00%> (-4.55%) ⬇️
orion/__init__.py 88.88% <50.00%> (-11.12%) ⬇️
... and 6 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 ac44a13...c65e4db. Read the comment docs.

@csala csala merged commit 38dc254 into master Apr 23, 2020
@csala csala deleted the issue-66-new-database-schema branch April 23, 2020 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Newly proposed database schema
4 participants