Skip to content
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

feat: Application api support added #138

Merged
merged 8 commits into from
Oct 30, 2023

Conversation

kisharnath
Copy link
Contributor

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Oct 30, 2023

Codecov Report

Merging #138 (8ac386f) into main (9695800) will decrease coverage by 0.02%.
Report is 6 commits behind head on main.
The diff coverage is 98.56%.

@@            Coverage Diff             @@
##             main     #138      +/-   ##
==========================================
- Coverage   99.20%   99.17%   -0.02%     
==========================================
  Files         146      149       +3     
  Lines        5066     5493     +427     
  Branches      710      752      +42     
==========================================
+ Hits         5025     5447     +422     
- Misses         29       33       +4     
- Partials       12       13       +1     
Files Coverage Δ
crowdin_api/api_resources/__init__.py 100.00% <100.00%> (ø)
crowdin_api/api_resources/application/__init__.py 100.00% <100.00%> (ø)
crowdin_api/api_resources/application/resource.py 100.00% <100.00%> (ø)
...s/application/tests/test_applications_resources.py 100.00% <100.00%> (ø)
crowdin_api/client.py 99.50% <75.00%> (-0.50%) ⬇️

... and 46 files with indirect coverage changes

@andrii-bodnar andrii-bodnar changed the title Application api support added feat: Application api support added Oct 30, 2023
crowdin_api/api_resources/application/resource.py Outdated Show resolved Hide resolved
crowdin_api/api_resources/application/resource.py Outdated Show resolved Hide resolved
crowdin_api/api_resources/application/resource.py Outdated Show resolved Hide resolved
crowdin_api/api_resources/application/resource.py Outdated Show resolved Hide resolved
crowdin_api/api_resources/application/resource.py Outdated Show resolved Hide resolved
crowdin_api/api_resources/application/resource.py Outdated Show resolved Hide resolved
crowdin_api/api_resources/application/resource.py Outdated Show resolved Hide resolved
crowdin_api/api_resources/application/resource.py Outdated Show resolved Hide resolved
crowdin_api/client.py Outdated Show resolved Hide resolved
@andrii-bodnar andrii-bodnar self-requested a review October 30, 2023 15:18
@andrii-bodnar andrii-bodnar added hacktoberfest This issue welcomes contributions for Hacktoberfest hacktoberfest-accepted labels Oct 30, 2023
@andrii-bodnar andrii-bodnar merged commit 4d96117 into crowdin:main Oct 30, 2023
6 checks passed
@andrii-bodnar andrii-bodnar linked an issue Oct 30, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest This issue welcomes contributions for Hacktoberfest hacktoberfest-accepted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Applications API support
3 participants