macports / upt-macports

The Universal Packaging Tool (upt) backend for MacPorts
https://framagit.org/upt/upt
BSD 3-Clause "New" or "Revised" License
9 stars 12 forks source link

Fix license logging and add messages to the template #61

Closed reneeotten closed 4 years ago

reneeotten commented 4 years ago

This PR makes the changes below to the license logging and templates:

codecov[bot] commented 4 years ago

Codecov Report

Merging #61 into master will increase coverage by 0.04%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #61      +/-   ##
==========================================
+ Coverage   90.62%   90.67%   +0.04%     
==========================================
  Files           1        1              
  Lines         192      193       +1     
  Branches       15       15              
==========================================
+ Hits          174      175       +1     
  Misses         16       16              
  Partials        2        2
Impacted Files Coverage Δ
upt_macports/upt_macports.py 90.67% <100%> (+0.04%) :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 32773a5...ce0f069. Read the comment docs.

Steap commented 4 years ago

It is nice to have more precise error/warning messages, as it will help us debug issues. I second this change.