driusan / bug

Distributed bug tracking with the filesystem and hg or git
GNU General Public License v3.0
205 stars 7 forks source link

Stop writing to nonexisting temp file #6

Closed Komosa closed 8 years ago

Komosa commented 8 years ago

We should early return when /tmp folder is not accessible.

codecov-io commented 8 years ago

Current coverage is 24.53%

Merging #6 into v0.4-dev will decrease coverage by -0.03% as of f6c9854

@@            v0.4-dev      #6   diff @@
========================================
  Files             26      26       
  Stmts            916     917     +1
  Branches          55      55       
  Methods            0       0       
========================================
  Hit              225     225       
  Partial           20      20       
- Missed           671     672     +1

Review entire Coverage Diff as of f6c9854

Powered by Codecov. Updated on successful CI builds.

driusan commented 8 years ago

Looks good to me.

I don't think the 0.03% decrease in coverage because an if statement is 1 line longer is a big deal..