-
Notifications
You must be signed in to change notification settings - Fork 28
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
Update coverage/tree route to parse flags and components filters #503
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
2d6d5a6
Add filter check to coverage tree
rohitvinnakota-codecov 752012b
lint
rohitvinnakota-codecov f24f52f
refactor components
rohitvinnakota-codecov b38923b
sort imports
rohitvinnakota-codecov 874359b
update tests
rohitvinnakota-codecov 5c75035
Merge branch 'main' of https://github.com/codecov/codecov-api into rv…
rohitvinnakota-codecov 8499a0b
reformat
rohitvinnakota-codecov 88e5aef
fix import
rohitvinnakota-codecov 6f60c65
lint again..
rohitvinnakota-codecov c4f09c0
update tests
rohitvinnakota-codecov 98f8d1d
update patch
rohitvinnakota-codecov 263c708
Testing
rohitvinnakota-codecov 0aa13ab
Test1 fix
rohitvinnakota-codecov baa0a56
fix patch order
rohitvinnakota-codecov dd0b56e
more tests
rohitvinnakota-codecov 0cc9460
Lint
rohitvinnakota-codecov 88a60f8
remove test
rohitvinnakota-codecov 959a1b3
update test
rohitvinnakota-codecov 24f44e5
Merge branch 'main' into rvinnakota/sunburst-fix
rohitvinnakota-codecov 03d58e8
mock components
rohitvinnakota-codecov 2feeafb
Merge branch 'rvinnakota/sunburst-fix' of https://github.com/codecov/…
rohitvinnakota-codecov 98a833c
no requirements changes
rohitvinnakota-codecov 78f9f03
update path
rohitvinnakota-codecov 4dfa626
debug
rohitvinnakota-codecov 59d2adb
more testing
rohitvinnakota-codecov a07d0b1
do not use list
rohitvinnakota-codecov 6d6366e
use res json
rohitvinnakota-codecov b6d3af2
Merge branch 'main' into rvinnakota/sunburst-fix
rohitvinnakota-codecov da058ec
Remove print
rohitvinnakota-codecov 21199bb
Merge branch 'rvinnakota/sunburst-fix' of https://github.com/codecov/…
rohitvinnakota-codecov 1bfccf0
Update test
rohitvinnakota-codecov cafe84d
Add flags test
rohitvinnakota-codecov d005176
Merge branch 'main' into rvinnakota/sunburst-fix
rohitvinnakota-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 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also add 1 more test for the flag filtering?