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

Fixes to make it possible to run installed package #200

Merged
merged 2 commits into from
Nov 6, 2018

Conversation

osma
Copy link
Member

@osma osma commented Nov 6, 2018

This fixes #196 and #199 which have prevented running Annif as an installed package.

@osma osma added the bug label Nov 6, 2018
@osma osma merged commit 37cedde into master Nov 6, 2018
@codecov
Copy link

codecov bot commented Nov 6, 2018

Codecov Report

Merging #200 into master will increase coverage by <.01%.
The diff coverage is 75%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #200      +/-   ##
==========================================
+ Coverage   98.58%   98.58%   +<.01%     
==========================================
  Files          44       44              
  Lines        1911     1913       +2     
==========================================
+ Hits         1884     1886       +2     
  Misses         27       27
Impacted Files Coverage Δ
annif/default_config.py 100% <ø> (ø)
tests/test_cli.py 100% <100%> (ø) ⬆️
tests/conftest.py 100% <100%> (ø) ⬆️
annif/__init__.py 88% <60%> (+1.04%) ⬆️

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 a28d09a...4a3d2fb. Read the comment docs.

@osma osma deleted the issue196-config-install branch November 21, 2018 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doesn't work after install due to configuration handling issue
1 participant