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

feat: add datastore API for fetching a single event by ID #109

Merged
merged 5 commits into from Mar 2, 2022

Conversation

ErikBjare
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Mar 2, 2022

Codecov Report

Merging #109 (a0814b0) into master (0629e84) will increase coverage by 0.12%.
The diff coverage is 97.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #109      +/-   ##
==========================================
+ Coverage   90.88%   91.01%   +0.12%     
==========================================
  Files          34       34              
  Lines        1678     1702      +24     
  Branches      291      292       +1     
==========================================
+ Hits         1525     1549      +24     
  Misses        118      118              
  Partials       35       35              
Impacted Files Coverage Δ
aw_datastore/storages/mongodb.py 25.80% <0.00%> (ø)
aw_datastore/datastore.py 100.00% <100.00%> (ø)
aw_datastore/storages/abstract.py 97.05% <100.00%> (+0.18%) ⬆️
aw_datastore/storages/memory.py 94.80% <100.00%> (+0.51%) ⬆️
aw_datastore/storages/peewee.py 99.32% <100.00%> (+0.01%) ⬆️
aw_datastore/storages/sqlite.py 96.91% <100.00%> (+0.20%) ⬆️

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 0629e84...a0814b0. Read the comment docs.

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.

None yet

1 participant