mercari / tfnotify

A CLI command to parse Terraform execution result and notify it to GitHub
MIT License
620 stars 92 forks source link

Support to run tfnotify locally #35

Closed babarot closed 5 years ago

babarot commented 5 years ago

WHAT

Add --pr flag and new acceptable value "local" for --ci.

WHY

Fix #4

codecov-io commented 5 years ago

Codecov Report

Merging #35 into master will decrease coverage by 0.16%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   89.78%   89.61%   -0.17%     
==========================================
  Files          14       14              
  Lines         548      549       +1     
==========================================
  Hits          492      492              
- Misses         29       30       +1     
  Partials       27       27
Impacted Files Coverage Δ
config/config.go 98.36% <0%> (-1.64%) :arrow_down:

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 189a71f...1e25d7a. Read the comment docs.

dtan4 commented 5 years ago

[IMO] or --ci "none" because this feature enables to run tfnotify "without CI".

babarot commented 5 years ago

Closing once because of being stale.