-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove dependency on codecov package See for details: * https://about.codecov.io/blog/message-regarding-the-pypi-package/ * https://community.codecov.com/t/codecov-yanked-from-pypi-all-versions/4259 * Bump pip version to 23.0 * Remove codecov usage Code coverage is uploaded by a github action job. No need to call `codecov`. * Generate coverage report in xml format As per https://docs.codecov.com/docs/supported-report-formats `.coverage` is not supported.
- Loading branch information
1 parent
053deb4
commit ed72278
Showing
6 changed files
with
35 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ | |
black ~= 22.3 | ||
Sphinx ~= 4.5 | ||
bumpversion ~= 0.6 | ||
codecov ~= 2.0 | ||
docker ~= 5.0 | ||
isort ~= 5.10 | ||
mock ~= 4.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters