Fix/drone setup missing packages #4

Merged
KevinMidboe merged 7 commits from fix/drone-setup-missing-packages into master 2021-07-04 14:18:00 +00:00
KevinMidboe commented 2021-07-04 14:06:50 +00:00 (Migrated from github.com)

Resolved build error. Suddenly we must run pip install -r requirements.txt before running setup. This means we need to sync our setup packages and requirements file.

Removed unused packages:

  • termcolor
  • beautifulsoup4
Resolved build error. Suddenly we must run `pip install -r requirements.txt` before running setup. This means we need to sync our setup packages and requirements file. Removed unused packages: - termcolor - beautifulsoup4
codecov-commenter commented 2021-07-04 14:16:12 +00:00 (Migrated from github.com)

Codecov Report

Merging #4 (d568f9c) into master (066f241) will decrease coverage by 70.58%.
The diff coverage is 15.38%.

Impacted file tree graph

@@             Coverage Diff              @@
##            master       #4       +/-   ##
============================================
- Coverage   100.00%   29.41%   -70.59%     
============================================
  Files            1        2        +1     
  Lines            4       85       +81     
============================================
+ Hits             4       25       +21     
- Misses           0       60       +60     
Impacted Files Coverage Δ
torrentSearch/utils.py 25.92% <15.38%> (ø)

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 2f9f303...d568f9c. Read the comment docs.

# [Codecov](https://codecov.io/gh/KevinMidboe/torrent_search/pull/4?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin) Report > Merging [#4](https://codecov.io/gh/KevinMidboe/torrent_search/pull/4?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin) (d568f9c) into [master](https://codecov.io/gh/KevinMidboe/torrent_search/commit/066f2416d83e3e9316c8b79e8eb45cab370ebed5?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin) (066f241) will **decrease** coverage by `70.58%`. > The diff coverage is `15.38%`. [![Impacted file tree graph](https://codecov.io/gh/KevinMidboe/torrent_search/pull/4/graphs/tree.svg?width=650&height=150&src=pr&token=gwEL43ia0K&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin)](https://codecov.io/gh/KevinMidboe/torrent_search/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin) ```diff @@ Coverage Diff @@ ## master #4 +/- ## ============================================ - Coverage 100.00% 29.41% -70.59% ============================================ Files 1 2 +1 Lines 4 85 +81 ============================================ + Hits 4 25 +21 - Misses 0 60 +60 ``` | [Impacted Files](https://codecov.io/gh/KevinMidboe/torrent_search/pull/4?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin) | Coverage Δ | | |---|---|---| | [torrentSearch/utils.py](https://codecov.io/gh/KevinMidboe/torrent_search/pull/4/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin#diff-dG9ycmVudFNlYXJjaC91dGlscy5weQ==) | `25.92% <15.38%> (ø)` | | ------ [Continue to review full report at Codecov](https://codecov.io/gh/KevinMidboe/torrent_search/pull/4?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/KevinMidboe/torrent_search/pull/4?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin). Last update [2f9f303...d568f9c](https://codecov.io/gh/KevinMidboe/torrent_search/pull/4?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Kevin).
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KevinMidboe/torrent_search#4
No description provided.