-
Notifications
You must be signed in to change notification settings - Fork 63
fix: push good images to pypi #642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 29 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
70848b5
fix: test new workflow
thomasrockhu-codecov 7adc642
fix: small edits
thomasrockhu-codecov 440a861
fix: ls
thomasrockhu-codecov 765e4ba
fix: update MANIFEST.in
thomasrockhu-codecov c5e9a1a
fix: add tests to build-dist
thomasrockhu-codecov 8bd7d31
fix: small issue with len(None)
thomasrockhu-codecov b026e8d
fix: push up the list call
thomasrockhu-codecov 20ad6bb
fix: update deps
thomasrockhu-codecov 510e6d6
fix: update pytest command
thomasrockhu-codecov 591fe7c
fix: underscore
thomasrockhu-codecov bc7cc9a
fix: use tests dir
thomasrockhu-codecov c705cde
fix: ls
thomasrockhu-codecov 2ae276c
fix: use dot
thomasrockhu-codecov 57d63d4
fix: use more path
thomasrockhu-codecov 781a7c6
fix: ls -al
thomasrockhu-codecov 74a0b76
fix: use literal {package}
thomasrockhu-codecov 143743a
fix: add scripts to tests
thomasrockhu-codecov be1f2fd
fix: remove dupe
thomasrockhu-codecov ac8175a
fix: use project
thomasrockhu-codecov 80cb5d1
fix: run codecovcli
thomasrockhu-codecov bc85829
fix: empty upload
thomasrockhu-codecov a3b166b
fix: just help
thomasrockhu-codecov 54d2161
fix: try it again
thomasrockhu-codecov 311f221
fix: skip 3.13
thomasrockhu-codecov 43b65de
fix: add list_relevant_files stub
thomasrockhu-codecov 8e12046
fix: move requirements file
thomasrockhu-codecov 3e07406
fix: update req location for sdist
thomasrockhu-codecov ae51197
fix: make requirements not top-level
thomasrockhu-codecov 5bcf2a0
fix: add requirements.txt to MANIFEST
thomasrockhu-codecov 7057c41
Update codecov_cli/helpers/versioning_systems.py
thomasrockhu-codecov 300df65
Update codecov_cli/services/upload/network_finder.py
thomasrockhu-codecov 7cdfd68
fix: remove false
thomasrockhu-codecov File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.