Skip to content

Commit

Permalink
Merge pull request #129 from HLasse/dev
Browse files Browse the repository at this point in the history
CI: Fix errors in CI
  • Loading branch information
HLasse authored Jan 2, 2023
2 parents 644ba24 + 2683ac1 commit e539e7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.RELEASE }}

- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.32.0
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
autodoc_pydantic_model_show_field_summary = False

# always fail CI pipeline when nb cannot be executed
nb_execution_raise_on_error = True
# nb_execution_raise_on_error = True


# -- Options for HTML output -------------------------------------------------
Expand Down

1 comment on commit e539e7b

@github-actions
Copy link

Choose a reason for hiding this comment

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

Coverage

Coverage Report
FileStmtsMissCoverMissing
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/textdescriptives
   __init__.py50100% 
   extract.py30197%61
   load_components.py120100% 
   utils.py14564%41–45
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/textdescriptives/components
   __init__.py60100% 
   coherence.py48198%29
   dependency_distance.py330100% 
   descriptive_stats.py53296%129, 146
   pos_proportions.py25292%41, 92
   quality.py2341892%175, 181, 200, 205, 244, 250, 271, 277, 414, 554, 559, 564, 572, 578, 585, 590, 603–607
   readability.py730100% 
   utils.py24675%55–58, 74–77
TOTAL5573594% 

Please sign in to comment.