chaoss / grimoirelab-elk

GNU General Public License v3.0
58 stars 121 forks source link

Include a new requirements for development and tests #1061

Closed jjmerchante closed 2 years ago

jjmerchante commented 2 years ago

Using Poetry by default install the latest version of the package from PyPI.

This PR includes a new file necessary for development and testing.

After poetry install you can run poetry run pip install -r requirements.txt and it will install the latest version available in the master branch of the GrimoireLab repositories.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2434001909


Files with Coverage Reduction New Missed Lines %
/home/runner/work/grimoirelab-elk/grimoirelab-elk/grimoire_elk/enriched/github.py 2 75.31%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 2383854769: 0.009%
Covered Lines: 8828
Relevant Lines: 10720

💛 - Coveralls
jjmerchante commented 2 years ago

@sduenas ready for review