Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Conversation

@cactusutcac
Copy link
Member

No description provided.

@cactusutcac cactusutcac self-assigned this May 24, 2025
@codecov
Copy link

codecov bot commented May 25, 2025

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered ☂️

Copy link
Member

@github-bowen github-bowen left a comment

Choose a reason for hiding this comment

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

Looks good and comprehensive!

Comment on lines +48 to +58
- name: Install DVC
run: pip install dvc[gdrive]

- name: Set up GDrive credentials for DVC
run: |
echo "${{ secrets.GDRIVE_JSON_BASE64 }}" | base64 --decode > gdrive-creds.json
dvc remote modify storage --local gdrive_use_service_account true
dvc remote modify storage --local gdrive_service_account_json_file_path gdrive-creds.json

- name: Pull data and models from DVC
run: dvc pull
Copy link
Member

Choose a reason for hiding this comment

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

Nice fix! I forgot to add this back after changing the authentication method to service account

Copy link
Contributor

@zeri27 zeri27 left a comment

Choose a reason for hiding this comment

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

Great work! Well structured and well tested!

@zeri27 zeri27 merged commit f09bb5e into main May 26, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants