aio-libs / aiomysql

aiomysql is a library for accessing a MySQL database from the asyncio
https://aiomysql.rtfd.io
MIT License
1.76k stars 256 forks source link

Skip codecov uploads in scheduled daily tests #778

Closed Nothing4You closed 2 years ago

Nothing4You commented 2 years ago

What do these changes do?

We can only upload a limited number of coverage reports for any commit anyway, this avoids turning these into test failures.

See e.g. https://github.com/aio-libs/aiomysql/runs/6143709548?check_suite_focus=true:

[2022-04-24T01:46:32.439Z] ['error'] There was an error running the uploader: Error uploading to https://codecov.io: Error: There was an error fetching the storage URL during POST: 400 - Bad Request - [ErrorDetail(string='Too many uploads to this commit.', code='invalid')]

codecov[bot] commented 2 years ago

Codecov Report

Merging #778 (7750f07) into master (fc68df2) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #778   +/-   ##
=======================================
  Coverage   92.75%   92.75%           
=======================================
  Files          38       38           
  Lines        5566     5566           
  Branches      943      943           
=======================================
  Hits         5163     5163           
  Misses        315      315           
  Partials       88       88           
Flag Coverage Δ
ubuntu-latest_3.10_mariadb-10.2 89.31% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.3 89.31% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.4 89.31% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.5 89.29% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.6 89.29% <ø> (ø)
ubuntu-latest_3.10_mariadb-10.7 89.29% <ø> (ø)
ubuntu-latest_3.10_mysql-5.7 89.99% <ø> (ø)
ubuntu-latest_3.10_mysql-8.0 91.37% <ø> (ø)
ubuntu-latest_3.11-dev_mariadb-10.2 89.27% <ø> (ø)
ubuntu-latest_3.11-dev_mariadb-10.3 89.27% <ø> (ø)
ubuntu-latest_3.11-dev_mariadb-10.4 89.27% <ø> (ø)
ubuntu-latest_3.11-dev_mariadb-10.5 89.25% <ø> (ø)
ubuntu-latest_3.11-dev_mariadb-10.6 89.25% <ø> (ø)
ubuntu-latest_3.11-dev_mariadb-10.7 89.25% <ø> (ø)
ubuntu-latest_3.11-dev_mysql-5.7 89.95% <ø> (ø)
ubuntu-latest_3.11-dev_mysql-8.0 91.34% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.2 88.71% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.3 88.71% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.4 88.71% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.5 88.69% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.6 88.69% <ø> (ø)
ubuntu-latest_3.7_mariadb-10.7 88.69% <ø> (ø)
ubuntu-latest_3.7_mysql-5.7 89.43% <ø> (ø)
ubuntu-latest_3.7_mysql-8.0 90.90% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.2 89.35% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.3 89.35% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.4 89.35% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.5 89.33% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.6 89.33% <ø> (ø)
ubuntu-latest_3.8_mariadb-10.7 89.33% <ø> (ø)
ubuntu-latest_3.8_mysql-5.7 90.03% <ø> (ø)
ubuntu-latest_3.8_mysql-8.0 91.40% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.2 89.20% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.3 89.20% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.4 89.20% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.5 89.18% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.6 89.18% <ø> (ø)
ubuntu-latest_3.9_mariadb-10.7 89.18% <ø> (ø)
ubuntu-latest_3.9_mysql-5.7 89.89% <ø> (ø)
ubuntu-latest_3.9_mysql-8.0 91.25% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


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 fc68df2...7750f07. Read the comment docs.