Skip to content

Commit

Permalink
final tweak based on PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-codecov committed Apr 30, 2024
1 parent 8b5317b commit 6c2d164
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tasks/backfill_existing_gh_app_installations.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ def backfill_existing_gh_apps(
gh_app_installation=gh_app_installation,
)
log.info("Successful backfill", extra=dict(ownerid=ownerid))
del owner_service
except:
log.info(

Check warning on line 73 in tasks/backfill_existing_gh_app_installations.py

View check run for this annotation

Codecov Public QA / codecov/patch

tasks/backfill_existing_gh_app_installations.py#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 73 in tasks/backfill_existing_gh_app_installations.py

View check run for this annotation

Codecov - QA / codecov/patch

tasks/backfill_existing_gh_app_installations.py#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 73 in tasks/backfill_existing_gh_app_installations.py

View check run for this annotation

Codecov / codecov/patch

tasks/backfill_existing_gh_app_installations.py#L72-L73

Added lines #L72 - L73 were not covered by tests
"Backfill unsuccessful for this owner", extra=dict(ownerid=ownerid)
Expand Down
2 changes: 1 addition & 1 deletion tasks/backfill_owners_without_gh_app_installations.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def backfill_owners_with_integration_without_gh_app(
name=GITHUB_APP_INSTALLATION_DEFAULT_NAME,
)
db_session.add(gh_app_installation)
db_session.commit()
# db_session.commit()

is_selection_all = maybe_set_installation_to_all_repos(
db_session=db_session,
Expand Down

0 comments on commit 6c2d164

Please sign in to comment.