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

Dev #56

Merged
merged 9 commits into from
Jul 18, 2021
Merged

Dev #56

merged 9 commits into from
Jul 18, 2021

Conversation

ctreminiom
Copy link
Owner

No description provided.

1. Refactor the agile module on the agile.go file using the Golang best practices.
2. Refactor the agile examples and unit test cases.
3. Increased the test coverage on the agile module from 86% to 100%
1. Refactor the ITSM module on the sm.go file using the Golang best practices.
2. Refactor the agile examples and unit test cases.
3. Increased the test coverage on the agile module from 97% to 100%
1. Refactor the Atlassian Admin module on the admin.go file using the Golang best practices.
2. Refactor the admin examples and unit test cases.
3. Increased the test coverage on the admin module from 97% to 100%
1. Refactor the Atlassian Jira Software module on the jira.go file using the Golang best practices.
2. Refactor the jira examples and unit test cases.
3. Increased the test coverage on the admin module from 99% to 100%
1. Added the ability to interact with the issue worklogs.
2. The sub-module contains the following methods: Get, Issue, Add, Update, Delete, Gets, Deleted, Updated.
3. Added the unit test cases with a 100% of coverage.
4. Added the sub-module examples for each under the folder examples/issueWorklog/*
@codecov
Copy link

codecov bot commented Jul 17, 2021

Codecov Report

Merging #56 (a6e4a05) into main (1d18342) will increase coverage by 1.52%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main       #56      +/-   ##
===========================================
+ Coverage   98.47%   100.00%   +1.52%     
===========================================
  Files          85        86       +1     
  Lines        6967      6595     -372     
===========================================
- Hits         6861      6595     -266     
+ Misses         56         0      -56     
+ Partials       50         0      -50     
Impacted Files Coverage Δ
admin/admin.go 100.00% <100.00%> (+23.68%) ⬆️
admin/organization.go 100.00% <100.00%> (ø)
admin/organizationPolicy.go 100.00% <100.00%> (ø)
admin/scimGroup.go 100.00% <100.00%> (ø)
admin/scimScheme.go 100.00% <100.00%> (ø)
admin/scimUser.go 100.00% <100.00%> (ø)
admin/user.go 100.00% <100.00%> (ø)
admin/userToken.go 100.00% <100.00%> (ø)
jira/agile/agile.go 100.00% <100.00%> (+15.62%) ⬆️
jira/agile/board.go 100.00% <100.00%> (ø)
... and 87 more

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 1d18342...a6e4a05. Read the comment docs.

@ctreminiom ctreminiom merged commit 17613e6 into main Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant