EPFLiGHT / cumulator

A tool to quantify and report the carbon footprint of machine learning computations and communication
MIT License
21 stars 5 forks source link

Define process to validate code prior to release #20

Open tristantreb opened 2 years ago

tristantreb commented 2 years ago

This topic comes from #18

Best pratices:

  1. Always push compiling and working code on master branch.
  2. The pull request merger is responsible of the release, i.e. stability of the package.

Concerning tests, one should investigate what kind of tests could be added to lighten the burden of the pull request review process.