BluEye-Robotics / blueye.sdk

A Python package for remote control of Blueye underwater drones.
GNU Lesser General Public License v3.0
17 stars 4 forks source link

Append python version to codecov flag #47

Closed sindrehan closed 4 years ago

sindrehan commented 4 years ago

I suspect that the reason that the step for publishing to codecov has been a bit flaky lately is that we're publishing to the same flag in short succession. So to remedy the situation I've appended the python version to the flag. This means that we're now publishing on $(os)_python$(pythonVersion)

codecov[bot] commented 4 years ago

Codecov Report

Merging #47 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master     #47   +/-   ##
======================================
  Coverage    56.7%   56.7%           
======================================
  Files           6       6           
  Lines         328     328           
======================================
  Hits          186     186           
  Misses        142     142
Flag Coverage Δ
#macos ?
#macos_python37 56.7% <ø> (?)
#macos_python38 56.7% <ø> (?)
#ubuntu ?
#ubuntu_python37 56.7% <ø> (?)
#ubuntu_python38 56.7% <ø> (?)
#windows ?
#windows_python37 56.7% <ø> (?)
#windows_python38 56.7% <ø> (?)

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 4f4a8b2...0baa490. Read the comment docs.