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

Milestone DSP 1.2.0 #140

Merged
merged 41 commits into from
Feb 14, 2023
Merged

Milestone DSP 1.2.0 #140

merged 41 commits into from
Feb 14, 2023

Conversation

sblack-usu
Copy link
Contributor

@sblack-usu sblack-usu commented Dec 1, 2022

@github-actions
Copy link

github-actions bot commented Dec 1, 2022

✅ Result of Pytest Coverage

---------- coverage: platform linux, python 3.9.16-final-0 -----------

Name Stmts Miss Cover
dspback/init.py 0 0 100%
dspback/config/init.py 82 0 100%
dspback/database/init.py 0 0 100%
dspback/database/procedures.py 22 1 95%
dspback/dependencies.py 123 34 72%
dspback/main.py 38 2 95%
dspback/pydantic_schemas.py 298 8 97%
dspback/routers/init.py 0 0 100%
dspback/routers/authentication.py 63 30 52%
dspback/routers/earthchem.py 84 52 38%
dspback/routers/external.py 38 3 92%
dspback/routers/hydroshare.py 64 33 48%
dspback/routers/metadata_class.py 43 10 77%
dspback/routers/repository_authorization.py 42 6 86%
dspback/routers/submissions.py 21 3 86%
dspback/routers/zenodo.py 74 42 43%
dspback/schemas/init.py 0 0 100%
dspback/schemas/earthchem/init.py 0 0 100%
dspback/schemas/earthchem/model.py 199 0 100%
dspback/schemas/external/model.py 103 0 100%
dspback/schemas/hydroshare/model.py 111 0 100%
dspback/schemas/jsonld_conversion.py 23 23 0%
dspback/schemas/zenodo/init.py 0 0 100%
dspback/schemas/zenodo/model.py 90 0 100%
dspback/utils/jsonld/clusters.py 12 10 17%
dspback/utils/jsonld/formatter.py 51 47 8%
dspback/utils/jsonld/pydantic_schemas.py 40 0 100%
dspback/utils/jsonld/scraper.py 27 18 33%
dspback/utils/mongo.py 21 5 76%
TOTAL 1669 327 80%
================== 19 passed, 3

@sblack-usu sblack-usu changed the title port scraper logic to dspback endpoints Milestone DSP 1.2.0 Feb 6, 2023
@sblack-usu sblack-usu marked this pull request as ready for review February 6, 2023 14:12
@@ -27,15 +27,15 @@ test-cov-gh-action:

.PHONY: default-env
default-env:
wget -N https://raw.githubusercontent.com/cznethub/dsp/develop/.env
wget -N https://raw.githubusercontent.com/cznethub/dsp/jsonld-mongo/.env
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be updated after cznethub/dsp#105 is merged

@sblack-usu sblack-usu merged commit 821ec66 into develop Feb 14, 2023
@sblack-usu sblack-usu deleted the jsonld-mongo branch February 14, 2023 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment