rlworkgroup / garage

A toolkit for reproducible reinforcement learning research.
MIT License
1.84k stars 309 forks source link

Fix CI failing on commit re-runs #2319

Closed krzentner closed 2 years ago

krzentner commented 2 years ago

If the same commit gets tested multiple times, CodeCov throws an error back, which causes the CI to fail. The easy way to fix this is just to ignore CodeCov uploads failing.

codecov[bot] commented 2 years ago

Codecov Report

Merging #2319 (8cc2980) into master (b4abe07) will decrease coverage by 0.09%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2319      +/-   ##
==========================================
- Coverage   91.28%   91.19%   -0.10%     
==========================================
  Files         199      199              
  Lines       10981    10981              
  Branches     1601     1601              
==========================================
- Hits        10024    10014      -10     
- Misses        695      703       +8     
- Partials      262      264       +2     
Impacted Files Coverage Δ
src/garage/sampler/multiprocessing_sampler.py 88.88% <0.00%> (-2.47%) :arrow_down:
...rage/tf/optimizers/conjugate_gradient_optimizer.py 81.90% <0.00%> (-1.81%) :arrow_down:
src/garage/np/_functions.py 77.39% <0.00%> (-1.74%) :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 b4abe07...8cc2980. Read the comment docs.