hifi-finance / hifi

Monorepo implementing the Hifi fixed-rate, fixed-term lending protocol
https://app.hifi.finance
Other
106 stars 15 forks source link

CI: don't delete coverage reports for non-modified packages #22

Open PaulRBerg opened 3 years ago

PaulRBerg commented 3 years ago

When only 1/3 or 2/3 of packages have been modified, the Coveralls GitHub action deletes the previous coverage report for the non-modified packages.

Capture d’écran 2021-08-13 à 15 01 46 Capture d’écran 2021-08-13 à 15 02 47
PaulRBerg commented 3 years ago

Fixed via https://github.com/hifi-finance/hifi/commit/2a8a6bdc41c081023a978518bc01bf6843d1dbd2.

PaulRBerg commented 3 years ago

This started happening again ... E.g. https://github.com/hifi-finance/hifi/actions/runs/1238767426 uploaded coverage only for the flash-swap package.

Capture d’écran 2021-09-16 à 12 57 16
PaulRBerg commented 3 years ago

Until #47 gets fixed, this issue is stale.