codecov-ruby icon indicating copy to clipboard operation
codecov-ruby copied to clipboard

Updated appveyor enabled values detection

Open andrew-aladev opened this issue 3 years ago • 2 comments

Hello, please update with the recent changes of appveyor environment.

APPVEYOR - True (true on Ubuntu image) if build runs in AppVeyor environment
CI - True (true on Ubuntu image) if build runs in AppVeyor environment

andrew-aladev avatar Dec 06 '20 21:12 andrew-aladev

Codecov Report

Merging #114 (0dbf560) into master (f677699) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #114      +/-   ##
==========================================
+ Coverage   90.52%   90.55%   +0.02%     
==========================================
  Files           1        1              
  Lines         359      360       +1     
==========================================
+ Hits          325      326       +1     
  Misses         34       34              
Impacted Files Coverage Δ
lib/codecov.rb 90.55% <100.00%> (+0.02%) :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 f677699...0dbf560. Read the comment docs.

codecov[bot] avatar Dec 06 '20 21:12 codecov[bot]

Workaround:

environment:
  matrix:
    - job_name: Ubuntu
      appveyor_build_worker_image: Ubuntu2004
      APPVEYOR: True
      CI: True

andrew-aladev avatar Dec 06 '20 21:12 andrew-aladev

Closing due to deprecation

thomasrockhu-codecov avatar Oct 17 '22 13:10 thomasrockhu-codecov