crate-ci / azure-pipelines

Easy continuous integration for Rust projects with Azure Pipelines
MIT License
88 stars 24 forks source link

Don't append nightly to name -- doesn't work #82

Closed jonhoo closed 4 years ago

jonhoo commented 4 years ago

Not all nightly image names end in -nightly (like -slim)

codecov[bot] commented 4 years ago

Codecov Report

Merging #82 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #82   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            4         4           
=========================================
  Hits             4         4           

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 29385e2...d93720a. Read the comment docs.

jonhoo commented 4 years ago

The nightly parameter should really go away, but it would require a new version release...