comphist / cora

A web-based, token-level annotation tool for non-standard language data
http://www.linguistics.rub.de/comphist/resources/cora/
MIT License
10 stars 6 forks source link

Don't redirect output to log file when calling import script #103

Closed fab-bar closed 3 years ago

fab-bar commented 6 years ago

Fixes #102 The output of the script is added to the logfile later so redirecting it is not necessary.

codecov[bot] commented 6 years ago

Codecov Report

Merging #103 into master will increase coverage by 0.04%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master   #103      +/-   ##
==========================================
+ Coverage     29.95%    30%   +0.04%     
- Complexity     1333   1335       +2     
==========================================
  Files            63     63              
  Lines          7401   7409       +8     
==========================================
+ Hits           2217   2223       +6     
- Misses         5184   5186       +2
Flag Coverage Δ Complexity Δ
#backend 52.4% <0%> (+0.04%) 1335 <0> (+2) :arrow_up:
#frontend 0.56% <ø> (ø) 0 <ø> (ø) :arrow_down:
Impacted Files Coverage Δ Complexity Δ
src/lib/commandHandler.php 0% <0%> (ø) 17 <0> (ø) :arrow_down:
src/lib/exporter.php 67.74% <0%> (-0.06%) 59% <0%> (ø)
src/lib/automaticAnnotation.php 75.71% <0%> (+0.71%) 32% <0%> (+2%) :arrow_up:

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 172cae0...3a25fad. Read the comment docs.

fab-bar commented 6 years ago

I have added another change so that the output from the import script (e.g. warnings) is shown to the user when the import succeeds as well.