HathorNetwork / hathor-explorer-service

MIT License
1 stars 3 forks source link

Improve test coverage integrating K6 load test framework #272

Open alexruzenhack opened 1 year ago

alexruzenhack commented 1 year ago

We are using K6 to make load test on APIs, currently we only test the /networks-statistics API. However, this framework is not integrated with the coverage.py in the project, which make is complaint about a lack of coverage. Therefore, this issue aims to solve this problem improving the coverage configuration, either by implementing an integration with k6 if possible, or by configuring an exception for the load test target.

See the coverage test for this PR: https://github.com/HathorNetwork/hathor-explorer-service/actions/runs/6276731455/job/17047050594?pr=270