ssl-hep / ServiceX_frontend

Client access library for ServiceX
https://servicex-frontend.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
5 stars 11 forks source link

Readthedocs with pyproject.toml #457

Closed ketan96-m closed 2 months ago

ketan96-m commented 2 months ago

Configured the .readthedocs.yaml to run with pyproject.toml The .yaml file takes the following

python:
  install:
    - method: pip
      path: .
      extra_requirements:
        - docs

which is equivalent to pip install .[docs] https://docs.readthedocs.io/en/stable/config-file/v2.html#python-install

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.28%. Comparing base (957144a) to head (88b2d17). Report is 6 commits behind head on doc_week.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## doc_week #457 +/- ## ========================================= Coverage 82.28% 82.28% ========================================= Files 26 26 Lines 1383 1383 ========================================= Hits 1138 1138 Misses 245 245 ``` | [Flag](https://app.codecov.io/gh/ssl-hep/ServiceX_frontend/pull/457/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ssl-hep) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ssl-hep/ServiceX_frontend/pull/457/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ssl-hep) | `82.28% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ssl-hep#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.