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

moving views logic to actions #255

Merged
merged 2 commits into from
Aug 28, 2023
Merged

moving views logic to actions #255

merged 2 commits into from
Aug 28, 2023

Conversation

Ashutosh619-sudo
Copy link
Contributor

No description provided.

@Ashutosh619-sudo Ashutosh619-sudo temporarily deployed to CI Environment August 24, 2023 11:26 — with GitHub Actions Inactive
@github-actions
Copy link

Tests Skipped Failures Errors Time
144 0 💤 0 ❌ 0 🔥 1m 1s ⏱️

@codecov
Copy link

codecov bot commented Aug 24, 2023

Codecov Report

Patch coverage: 98.72% and project coverage change: +0.03% 🎉

Comparison is base (a95dd72) 97.23% compared to head (927cd2f) 97.27%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #255      +/-   ##
==========================================
+ Coverage   97.23%   97.27%   +0.03%     
==========================================
  Files          50       54       +4     
  Lines        3259     3299      +40     
==========================================
+ Hits         3169     3209      +40     
  Misses         90       90              
Files Changed Coverage Δ
apps/mappings/actions.py 97.14% <97.14%> (ø)
apps/workspaces/actions.py 97.91% <97.91%> (ø)
apps/fyle/actions.py 100.00% <100.00%> (ø)
apps/fyle/views.py 100.00% <100.00%> (ø)
apps/mappings/views.py 100.00% <100.00%> (+1.75%) ⬆️
apps/workspaces/views.py 100.00% <100.00%> (+1.12%) ⬆️
apps/xero/actions.py 100.00% <100.00%> (ø)
apps/xero/views.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Ashutosh619-sudo Ashutosh619-sudo added the deploy Triggers deployment of active branch to Staging label Aug 25, 2023
@Ashutosh619-sudo Ashutosh619-sudo temporarily deployed to CI Environment August 25, 2023 06:38 — with GitHub Actions Inactive
@Ashutosh619-sudo Ashutosh619-sudo temporarily deployed to Staging August 25, 2023 06:38 — with GitHub Actions Inactive
def connect_xero(authorization_code, redirect_uri, workspace_id):

if redirect_uri:
refresh_token = generate_xero_refresh_token(authorization_code, redirect_uri)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix indentation

xero_exc.InvalidTokenError, xero_exc.UnsuccessfulAuthentication,
xero_exc.WrongParamsError, xero_exc.NoPrivilegeError,
xero_exc.InternalServerError):
pass
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check this indentation as well

@Ashutosh619-sudo Ashutosh619-sudo temporarily deployed to CI Environment August 28, 2023 05:16 — with GitHub Actions Inactive
@github-actions
Copy link

Tests Skipped Failures Errors Time
144 0 💤 0 ❌ 0 🔥 1m 5s ⏱️

@Ashutosh619-sudo Ashutosh619-sudo merged commit 3a35a6b into master Aug 28, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy Triggers deployment of active branch to Staging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants