atlassian-python-api icon indicating copy to clipboard operation
atlassian-python-api copied to clipboard

Bitbucket Cloud: Add support for commit/commits endpoint

Open flichtenheld opened this issue 2 years ago • 1 comments

The API is a bit confusing since commits/ does not give you a commit, but that commit's history. Need to use commit/ to get a specific commit only.

Signed-off-by: Frank Lichtenheld [email protected]

flichtenheld avatar Jan 14 '22 17:01 flichtenheld

Codecov Report

Merging #924 (b96191d) into master (6d8545a) will increase coverage by 0.18%. The diff coverage is 73.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #924      +/-   ##
==========================================
+ Coverage   36.67%   36.86%   +0.18%     
==========================================
  Files          34       37       +3     
  Lines        6437     6513      +76     
  Branches      991     1002      +11     
==========================================
+ Hits         2361     2401      +40     
- Misses       3969     4005      +36     
  Partials      107      107              
Impacted Files Coverage Δ
atlassian/bitbucket/cloud/repositories/commits.py 46.87% <46.87%> (ø)
atlassian/bitbucket/cloud/repositories/__init__.py 62.50% <80.00%> (+0.51%) :arrow_up:
atlassian/bitbucket/cloud/common/comments.py 85.71% <85.71%> (ø)
atlassian/bitbucket/cloud/common/builds.py 89.13% <89.13%> (ø)
atlassian/bitbucket/cloud/common/users.py 100.00% <100.00%> (ø)
...ssian/bitbucket/cloud/repositories/pullRequests.py 88.88% <100.00%> (-0.90%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6d8545a...b96191d. Read the comment docs.

codecov-commenter avatar Jan 17 '22 12:01 codecov-commenter