codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
201 stars 267 forks source link

Avoid codecov report uploads for all the tests in Github actions #453

Closed czgdp1807 closed 2 years ago

czgdp1807 commented 2 years ago

Description of the problem

I think uploading code coverage step should only be available for ubuntu-latest and python 3.8. For the rest only tests and documentation build should be run. As of now all the 12 tests send request to codecov leading to editing of the codecov comments several times. Basically we need to decouple the yml script to make this happen. See the edit history of https://github.com/codezonediitj/pydatastructs/pull/452#issuecomment-987628593

Example of the problem

References/Other comments

cc: @HarshCasper