Skip to content

Commit

Permalink
ci: remove git unused git commiter name
Browse files Browse the repository at this point in the history
  • Loading branch information
HLasse committed Jan 3, 2023
1 parent 1e2f956 commit e7f70e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
- name: Python Semantic Release
uses: relekang/python-semantic-release@v7.32.0
with:
git_committer_name: release-bot
github_token: ${{ secrets.RELEASE }}
# Remember to copy the [semantic_release] section from pyproject.toml
# as well
Expand Down

1 comment on commit e7f70e7

@github-actions
Copy link
Contributor

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/dacy
   __init__.py50100% 
   download.py50394%28, 85, 101
   load.py160100% 
   utils.py110100% 
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/datasets
   __init__.py60100% 
   constants.py10100% 
   dane.py40198%55
   names.py26292%44, 97
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/datasets/lookup_tables
   __init__.py00100% 
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/hate_speech
   __init__.py10100% 
   wrapped_models.py26292%84, 111
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/score
   __init__.py20100% 
   input_length.py160100% 
   score.py72199%94
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/sentiment
   __init__.py10100% 
   wrapped_models.py28775%163–170
TOTAL3011695% 

Please sign in to comment.