updated codecov version to 2.1.13, keeping in mind the recent port through official docs, fixing issue #381 #382
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The codecov version has officially been changed to 2.1.13 and version 2.1.12 can no longer be installed using PyPI as mentioned in this doc. Hence, fixing the bug by changing the codecov version to 2.1.13.
Steps to Reproduce
The bug has been reported in the issue #381. It comes up when installing the requirements in the
requirements-dev.txt
file.Related Issue
The related issue is #381
Motivation and Context
This change is extremely necessary because it allows new users to build the docker image and use the product. If not implemented then it will cause a build failure because PyPI cannot install the given version of codecov.
Reviewers
@Ali-Razmjoo
How Has This Been Tested?
Testing running the docker image on my local machine Ubuntu 22.04 Jellyfish, through the prescribed route in the README.
Screenshots (if appropriate):
Types of changes
Checklist