-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: push good images to pypi (#642)
* fix: test new workflow * fix: small edits * fix: ls * fix: update MANIFEST.in * fix: add tests to build-dist * fix: small issue with len(None) * fix: push up the list call * fix: update deps * fix: update pytest command * fix: underscore * fix: use tests dir * fix: ls * fix: use dot * fix: use more path * fix: ls -al * fix: use literal {package} * fix: add scripts to tests * fix: remove dupe * fix: use project * fix: run codecovcli * fix: empty upload * fix: just help * fix: try it again * fix: skip 3.13 * fix: add list_relevant_files stub * fix: move requirements file * fix: update req location for sdist * fix: make requirements not top-level * fix: add requirements.txt to MANIFEST * Update codecov_cli/helpers/versioning_systems.py * Update codecov_cli/services/upload/network_finder.py * fix: remove false
- Loading branch information
1 parent
b1a69ee
commit dd7c416
Showing
8 changed files
with
23 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
include languages/treesitterjavascript/src/tree_sitter/parser.h | ||
include languages/treesitterpython/src/tree_sitter/parser.h | ||
include requirements.txt | ||
|
||
recursive-include codecov_cli * | ||
recursive-include tests * | ||
recursive-include samples * |
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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
packaging>=24.2 # to not conflict with setuptools-scm | ||
pyyaml>=6.0.2 | ||
pre-commit | ||
pytest | ||
pytest-asyncio | ||
|
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