ntop / n2n

Peer-to-peer VPN
GNU General Public License v3.0
6.28k stars 943 forks source link

Only trigger automatic release process on annotated tags - Take two #884

Closed hamishcoleman closed 3 years ago

hamishcoleman commented 3 years ago

Github's actions/checkout@v2 helper simply throws away the annotated tag data, discovering this required a bunch of testing.

See https://github.com/actions/checkout/issues/290 for some more discussion

codecov-commenter commented 3 years ago

Codecov Report

Merging #884 (3c2a78a) into 3.0-stable (4491ece) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           3.0-stable     #884   +/-   ##
===========================================
  Coverage       18.36%   18.36%           
===========================================
  Files              41       41           
  Lines            8565     8565           
===========================================
  Hits             1573     1573           
  Misses           6992     6992           

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 4491ece...3c2a78a. Read the comment docs.