repobee / repobee-sanitizer

A plugin for sanitizing master repositories before distribution to students
MIT License
2 stars 3 forks source link

[test] Enable ISO8859 test case #69

Closed tohanss closed 4 years ago

tohanss commented 4 years ago

Fix #64

Added a simple append to make the encoding ISO8859-1 If it was ISO8859 before

Edit: Turns out this was not a bug in how we fetch the encoding of a file. Instead, this was an unrelated bug combined with the confusion that we though the file terminal command gave us the result ISO8859 when we wanted ISO8859-1,

codecov[bot] commented 4 years ago

Codecov Report

Merging #69 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #69   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          192       192           
  Branches        31        31           
=========================================
  Hits           192       192           
Impacted Files Coverage Δ
repobee_sanitizer/_fileutils.py 100.00% <ø> (ø)

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 d181fbe...2a45d69. Read the comment docs.