Skip to content

Comments

Bz/feat/pytest results#8

Merged
Bruno1298 merged 8 commits intomainfrom
bz/feat/pytest_results
Sep 12, 2022
Merged

Bz/feat/pytest results#8
Bruno1298 merged 8 commits intomainfrom
bz/feat/pytest_results

Conversation

@Bruno1298
Copy link

@Bruno1298 Bruno1298 commented Sep 12, 2022

Description

New connector to Google drive API

  • Init directory with google sheets to send results of student challenges

Update architecture of project

  • New folder of models data (GitHubUser, File, GSheetFile, PytestResult)
  • New folder of data in config (hierarchy of student challenges results on Google Drive)

Fix

  • Unit Tests
  • Error from the cancel of the workflow by user

Docs

  • docstring of lib/connectors/gdrive.py

Type of Change

  • 📚 Examples / docs / tutorials / dependencies update
  • 🔧 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix

Checklist

  • I've read the CODE_OF_CONDUCT.md document.
  • I've read the CONTRIBUTING.md guide.
  • I've updated the code style using make codestyle.
  • I've written tests for all new methods and classes that I created.
  • I've written the docstring in Google format for all the methods and classes that I used.

bruno zheng added 8 commits September 12, 2022 10:41
* parsing details of results
* create new spreadsheet on worksheet
* send defailts of results on student spreadsheet
* change name of class GSheet to GSheetConnector
* set more logs
* clean env var in config.py file
* set git_integration and access_token on GithubConnector
* new google drive api connector
* create folder and googe sheet for student results
* new dataclass File, WorkSheetFile, GSheetFile, GSheetDetailFile
* update dataclass Pytest Results
* fix created on dataclass GitHubUser
@Bruno1298 Bruno1298 force-pushed the bz/feat/pytest_results branch from 3363d03 to b9e957e Compare September 12, 2022 14:21
@Bruno1298 Bruno1298 merged commit f8d36b0 into main Sep 12, 2022
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