Skip to content

Commit

Permalink
Release Test fix (#419)
Browse files Browse the repository at this point in the history
* add update cotroller fnction

* getting new changes from this branch

* Able to update App information

* Able to update  services and env variables

* Finish all project update fields

* Remove project_id field from api docs

* Remove duplicate user project app route

* Increase token expiry time

* Backend resource cleanup for removing organisations, orgnisation_members and organisation_admins

* Add github authentication route

* change route from github_auth to oauth

* remove linter changes

* Fix dependency issue

* remove pycrypt dependency

* Add linting

* handle null email

* fix null git name issue

* feat: add db stats

* refactor: improve effeciency by reducing loops

* feat: add cluster count stats metadata

* feat: add summary status stats to deployments

* Add env variables and command to app detail info

* Add new user graph data

* feat: create graph data for apps

* refactor graph method implementation

* change graph method to class method

* Remove old configs (#261)

* Add organisation and project_type to project

* Enhancements (#263)

* edit config to source db variables from env

* add small nits to README file

* add updates to README, source variables in config file

* revert and only keep READme changes

* env alternative from .env in config

* edit READMe

* small nit

* feat: tag beta users (#265)

* feat: tag beta users

* correct typo

* Update app creation controllers (#266)

* update app schema fields

* update app creation controller, appschema

* update api docs

* update documentation

* Fix circleci build (#268)

* fix database password creation error

* edit circleci config

* small nit for perm

* update app update ingress rules (#269)

* add custom domain field to app model (#270)

* Let Apps and projects get deleted if the cluster doesnot exist (#271)

* Revert from custom domain to cc domain (#272)

* add revert custom domain endpoint

* Add revert url route

* remove redundant print statement

* remove duplication

Co-authored-by: mubangizi <[email protected]>

* update app has custom domain status, update api docs, routes (#273)

* Add Authorization to roles endpoints (#277)

* Setup Pytest (#278)

* add pytest fixtures

* clean up test and report job

* add database fixture, functional tests

* Fix app update bug (#279)

* Add custom domain validation

* Add functionality to retrieve evn failed apps

* Remove custom domain commented code

* Add beta user check on app creation and up update

* Fix celery version issue (#283)

* bump celery requirement

* celery version

* GitHub workflow run tests and linter (#280)

* run tests and linter before pushing changes to repository

* skip linting

* clean versions

* remove redundant flake 8 requirement

* add warnings flag to workflow

* modify pytest run command

* delete redundant file

* define env in workflow

* edit app config name

* Add admin custom db route

* Extend database models(Billing) (#285)

* - add billing invoice model

* - add billing metrics model

* - add user payment details model

* - billing invoice schema

* - add models to manager module

* - update migrations with chnages

* CI/CD Revamp (#286)

* Test workflow should run on all pushes and PRs.

* Add staging workflow

* Add staging values file.

* Fix action reference.

* Remove not yet defined action.

* Specify namespace on rollout status.

* Remove circleci config.

* Restrict branch

* refactor: remove db status check on admin endpoint for retrieving all dbs

* Store transaction record on success (#287)

* - create transaction model and register in manage
module

* add transaction record schema

* add migrations

* - add transaction record endpoint

* - update api docs

* - register controller

* - register transaction route

* - small shema refactor

* add date created field

* - add date created field

* Add production workflows. (#289)

* Show user transactions and transaction detail (#291)

* - add user transactions view

* - add user transaction api docs

* - add transaction record detail

* - add route

* - add docs

* - update api docs

* - modify routes

* - refactor transactions endpoint

* - extend project model

* - extend model

* - update schema

* - update migrations

* fix failing post transcation route (#293)

* update transaction status (#294)

* Add billing cost endpoint (#292)

* Fix Migrations. (#295)

* Remove problematic migration(08246b2fe16f)

* Remove problematic migration(f4f92e)

* Update down_revision

* Create 011c3345849a_.py

* Add the prometheus url to a cluster (#296)

* Attach prometheus to cluster model

* Remove unused import

* Update kubernetes version and fix Ingress (#297)

* Update kubernetes version

* Remove unwanted migrations

* Add Celery to requirements.txt

* Fix app update route (#300)

* Client Invoice Integration (#298)

* - billing invoice endpoint pseudocode

* ft: create send invoice email functionality

* refactor invoice email

* - add live data integration for invoice

* - small nits

* - model change

* auto date cashed

* migrations

* Fix failing import and migration

* update html

* migration update

* schema and project model update

* - generate receipts and new invoices

Co-authored-by: MutegekiHenry <[email protected]>
Co-authored-by: mubangizi <[email protected]>

* Add string checker for app url on revert app url route (#301)

* refactor:add date to transcation payload (#303)

* Ft invoice details (#302)

* small nit

* get billing invoices list

* document endpoint

* add invoice detail view

* document invoice detail view

* - handle edge cases

* Added content to invoice email and gave the table more padding to give items more space for readability (#304)

* update staging variables, circleci migration (#307)

* update staging variables, circleci migration

* - delete circleci directory

* Get Receipt details (#306)

* small nit

* get billing invoices list

* document endpoint

* add invoice detail view

* document invoice detail view

* - handle edge cases

* - add receipts schema

* - receipts detail api

* - add routes and api docs

* - clean up

* small refactor

* add date field

* Ft add monitoring modules (#305)

* Add clusters statuses

* Add clusters statuses

* Add prometheus status

* Add database statuses

* Add cranecloud apps status

* Add mira status

* Remove auth

* On the invoice, formatted date for more readability and also added currency symbol to the amount. (#308)

* Change invoice email to include invoice id, remove project id and add change name label to user name (#311)

* Add cost modal url to cluster (#309)

* Add cost modal url to cluster

* Remove commented urls

* add credits models (#312)

* add credits models

* update model rlshp

* Fix failed test

Co-authored-by: Henry Mutegeki <[email protected]>

* ft: add credits to user object on fetch all users (#313)

Co-authored-by: Henry Mutegeki <[email protected]>

* created controllers and endpoints for credits (#314)

* retrieve user credit record (#315)

Co-authored-by: Henry Mutegeki <[email protected]>

* added endpoint to get a users credit records (#316)

* Add trailing Invoice notifications (#317)

* Add user notification

* Fix invoice quering logic

* Remove comments

* Remmove unnecessary characters from db password (#318)

* Project cost values(Kubecost) (#319)

* - use kubecost data on billing invoice

* better edge case handling

* refactor

* add payments with credits (#321)

* add name to the user object on login (#322)

Co-authored-by: Henry Mutegeki <[email protected]>

* Add ugx value to billing info (#324)

* Add Celery task for sending user invoices

* added feature to send email to user on assignment (#326)

* Ft refactor friendly invoice (#323)

* Made invoice id readable and in the format CCYY-a1b2c3d4e

* Made requested changes

* Delete 4bd21f73a577_.py

Was not supposed to be pushed

* added changes to email notification (#328)

* Added feater for credits expiration with celery (#331)

* Added feater for credits expiration with celery

* added change from pull request

* added change from pull request

* Added scheduler for notification of credits expiration (#333)

* Added feature where credits now expire based on usage as well (#334)

* Add project collaboration (#339)

* Create project users CRUD

* Change to use user emails instead of user ids

* Add Permissions to Projects, Apps and databases

* Add user project transfer

* Fix permissions checker function

* add owner role at project creation

* Separated promotional credits from purchased credits (#337)

* Separated promotional credits from purchased credits

* update celery scheduler to midnight

* Fix staging build (#340)

* add a celery version

* alter celery version

* fix conflicting ranges

* specify celery version

* refactor celery instance name

* introduce absolute imports

* absolute import at celery init

* move future import to file beginning

* remove future imports

* add importlib-metadata

* cleanup

* Fix migrations (#345)

* fix db uri

* edit down revision to avoid conflict

* Refactor promotional and purchased credits (#346)

* fix db uri

* edit down revision to avoid conflict

* new migration for purchased and promotion credit name change

* refactor purchase, promotion credit names

* Fix migrations (#347)

* fix db uri

* edit down revision to avoid conflict

* new migration for purchased and promotion credit name change

* refactor purchase, promotion credit names

* makes fields nullable

* small refactor db name

* migration revision for nullable field

* make fields nullable

* delete redundant migration

* add branch deployment

* revert changes

* make columns nullable

* remove temporary deplyment branch

* Ft update links (#348)

* Updated links to dashboard for credit expiry and credit assignment email notifications

* updated link in credit_expiration

* Ft notify user to project (#349)

* notifications to users for role on projects

* revert change

* changed spelling email notification

* Add user login and creation tests (#350)

* Add user login and creation tests

* add postgres db service to github actions

* revert to investigate test run

* test run with db service

* test db uri variable

* db url parsing

* formatting

* configure jwt secret

* remove jwt secret config

* comment out failing tests to test work flow

* add test db env variables

* test deployment after tests

* remove test deployment branch

Co-authored-by: e-ian <[email protected]>

* credit purchase transaction (#351)

* Setup logging (#354)

* add pymongo requirement

* add mongo connection client and document helper function

* time helper function

* apply to project function

* add requirements

* test deploy

* fix pymongo version

* downgrade zipp requirement

* back roll deployment from pull request

* test to deploy

* roll back staging deployment test

* Remove azure/helm-setup action.

* test staging deployment

* roll back test staging deployment

Co-authored-by: Innocent Asiimwe <[email protected]>

* Add user tests (#353)

* Add user login and creation tests

* add postgres db service to github actions

* revert to investigate test run

* test run with db service

* test db uri variable

* db url parsing

* formatting

* configure jwt secret

* remove jwt secret config

* comment out failing tests to test work flow

* add test db env variables

* test deployment after tests

* remove test deployment branch

* Add user tests

* add secrets to conftest

* small refactor

* test deployment on staging

* abstract test secret

* set app test secret in config

* revert testing config changes

* hard code testing secret

* roll back staging deploy on branch

Co-authored-by: e-ian <[email protected]>

* Adding tests for credit assignments endpoint (#356)

* Adding tests for credit assignments endpoint

* remove unused init file

* added more tests

* Configure test report (#359)

* add coverage requirement

* add test report generation to pipeline

* update test coverage badge

* integrate pull request report

* test staging deploy

* test build badge

* adding staging build badge

* roll back staging test deploy

* Create logger function (#355)

* Add logger function

* Add default value for MONGO_URL

* Remove action calls from project controller

Co-authored-by: mubangizi <[email protected]>

* Fix build workflow (#364)

* fix build version and test deploy

* revert staging test build

* ft user collaboration: handle anonymous users invitations (#357)

* ft user collaboration: handle anonymous users invitations

* Adding tests for credit assignments endpoint (#356)

* Adding tests for credit assignments endpoint

* remove unused init file

* added more tests

* work on pr feedback: reformat email

* Configure test report (#359)

* add coverage requirement

* add test report generation to pipeline

* update test coverage badge

* integrate pull request report

* test staging deploy

* test build badge

* adding staging build badge

* roll back staging test deploy

* ft user collaboration: handle anonymous users invitations

* work on pr feedback: reformat email

* Create logger function (#355)

* Add logger function

* Add default value for MONGO_URL

* Remove action calls from project controller

Co-authored-by: mubangizi <[email protected]>

* add extra checks on transitioning anonymous user to real user

* fix failing tests: add missing package

* Fix build workflow (#364)

* fix build version and test deploy

* revert staging test build

* ft user collaboration: handle anonymous users invitations

* work on pr feedback: reformat email

* ft user collaboration: handle anonymous users invitations

* rebase develop-new

* add extra checks on transitioning anonymous user to real user

Co-authored-by: Henry Mutegeki <[email protected]>
Co-authored-by: bashaashma <[email protected]>
Co-authored-by: e-ian <[email protected]>
Co-authored-by: Mubangizi Allan <[email protected]>
Co-authored-by: mubangizi <[email protected]>

* implemented user activities logs (#362)

* implemented user activities logs

* Fix build workflow (#364) (#366)

* fix build version and test deploy

* revert staging test build

Co-authored-by: e-ian <[email protected]>

* fix merge conflict

* fix conflict

Co-authored-by: e-ian <[email protected]>

* Check and validate flutter-wave payment status (#358)

* document endpoint using swagger

* add python flutterwave requirement

* implement payment verification logic

* register route

* downgrade python flutterwave version

* add python 3.8 to test pipeline

* test staging deployment

* update api docs with query params

* remove build check

* remove python flutterwave requirement add rave python

* check for build versions in matrix

* Add rave python logic

* edit route

* handle exception

* test staging build

* revert test deploy

* - add stable python build version

* update image runner version

* test deploy

* revert changes

* remove redundant pymongo

* feat: add accept or decline collaboration invite (#367)

Co-authored-by: Mutegeki Henry <[email protected]>

* Add App Revision feature (#368)

* Add App revision list

* Able to revert apps

* Add update replicas for app revisions

* Add admin authorisation to revise app (#370)

* Add mongo to Docker Compose (#375)

* Add mongo service to dockercompose

* Add mongo db to docker compose

* Fix deployment workflows. (#376)

* Update staging workflow

* Update prod workflow

* Fix deploy workflow (For real 😄 ) (#377)

* specify zone

* Fix typo

* Use zone for location.

* fix deploy workflow

* fix user activity logs (#374)

* fix user activity logs

* fix actvity logs mongodb uri

* changes to yml

* Add Mongo URI to staging and prod configs (#380)

* Ft remove anonymoususers &  multi-project invites for anonymous user (#373)

* add delete for anonymous users

* allow for multiple project invites of anonymous user

* Add mongo to Docker Compose (#375)

* Add mongo service to dockercompose

* Add mongo db to docker compose

* Fix deployment workflows. (#376)

* Update staging workflow

* Update prod workflow

* Fix deploy workflow (For real 😄 ) (#377)

* specify zone

* Fix typo

* Use zone for location.

* fix deploy workflow

* fix user activity logs (#374)

* fix user activity logs

* fix actvity logs mongodb uri

* changes to yml

* add delete for anonymous users

* allow for multiple project invites of anonymous user

Co-authored-by: Mutegeki Henry <[email protected]>
Co-authored-by: Mubangizi Allan <[email protected]>
Co-authored-by: Innocent Asiimwe <[email protected]>
Co-authored-by: bashaashma <[email protected]>

* Upgrade Backend packages (#379)

* upgrade packages

* revert pyjwt requirement

* test build deploy

* revert test deploy

* increase rollout timeout

* test and deploy

* revert timeout time

* revert build deploy

* Ft increase logger coverage (#381)

* Add activity logger to App CRUD operations

* Add activity logger to database C.U.D operations

* Make log activity asynchronous

* Add test database uri

* Add default database to mongo client

* Ready for Production (#290) (#385)

* add update cotroller fnction

* getting new changes from this branch

* Able to update App information

* Able to update  services and env variables

* Finish all project update fields

* Remove project_id field from api docs

* Remove duplicate user project app route

* Increase token expiry time

* Backend resource cleanup for removing organisations, orgnisation_members and organisation_admins

* Add github authentication route

* change route from github_auth to oauth

* remove linter changes

* Fix dependency issue

* remove pycrypt dependency

* Add linting

* handle null email

* fix null git name issue

* feat: add db stats

* refactor: improve effeciency by reducing loops

* feat: add cluster count stats metadata

* feat: add summary status stats to deployments

* Add env variables and command to app detail info

* Add new user graph data

* feat: create graph data for apps

* refactor graph method implementation

* change graph method to class method

* Remove old configs (#261)

* Add organisation and project_type to project

* Enhancements (#263)

* edit config to source db variables from env

* add small nits to README file

* add updates to README, source variables in config file

* revert and only keep READme changes

* env alternative from .env in config

* edit READMe

* small nit

* feat: tag beta users (#265)

* feat: tag beta users

* correct typo

* Update app creation controllers (#266)

* update app schema fields

* update app creation controller, appschema

* update api docs

* update documentation

* Fix circleci build (#268)

* fix database password creation error

* edit circleci config

* small nit for perm

* update app update ingress rules (#269)

* add custom domain field to app model (#270)

* Let Apps and projects get deleted if the cluster doesnot exist (#271)

* Revert from custom domain to cc domain (#272)

* add revert custom domain endpoint

* Add revert url route

* remove redundant print statement

* remove duplication



* update app has custom domain status, update api docs, routes (#273)

* Add Authorization to roles endpoints (#277)

* Setup Pytest (#278)

* add pytest fixtures

* clean up test and report job

* add database fixture, functional tests

* Fix app update bug (#279)

* Add custom domain validation

* Add functionality to retrieve evn failed apps

* Remove custom domain commented code

* Add beta user check on app creation and up update

* Fix celery version issue (#283)

* bump celery requirement

* celery version

* GitHub workflow run tests and linter (#280)

* run tests and linter before pushing changes to repository

* skip linting

* clean versions

* remove redundant flake 8 requirement

* add warnings flag to workflow

* modify pytest run command

* delete redundant file

* define env in workflow

* edit app config name

* Add admin custom db route

* Extend database models(Billing) (#285)

* - add billing invoice model

* - add billing metrics model

* - add user payment details model

* - billing invoice schema

* - add models to manager module

* - update migrations with chnages

* CI/CD Revamp (#286)

* Test workflow should run on all pushes and PRs.

* Add staging workflow

* Add staging values file.

* Fix action reference.

* Remove not yet defined action.

* Specify namespace on rollout status.

* Remove circleci config.

* Restrict branch

* refactor: remove db status check on admin endpoint for retrieving all dbs

* Store transaction record on success (#287)

* - create transaction model and register in manage
module

* add transaction record schema

* add migrations

* - add transaction record endpoint

* - update api docs

* - register controller

* - register transaction route

* - small shema refactor

* add date created field

* - add date created field

* Add production workflows. (#289)

* Show user transactions and transaction detail (#291)

* - add user transactions view

* - add user transaction api docs

* - add transaction record detail

* - add route

* - add docs

* - update api docs

* - modify routes

* - refactor transactions endpoint

* - extend project model

* - extend model

* - update schema

* - update migrations

* fix failing post transcation route (#293)

* update transaction status (#294)

* Add billing cost endpoint (#292)

* Fix Migrations. (#295)

* Remove problematic migration(08246b2fe16f)

* Remove problematic migration(f4f92e)

* Update down_revision

* Create 011c3345849a_.py

* Add the prometheus url to a cluster (#296)

* Attach prometheus to cluster model

* Remove unused import

* Update kubernetes version and fix Ingress (#297)

* Update kubernetes version

* Remove unwanted migrations

* Add Celery to requirements.txt

* Fix app update route (#300)

* Client Invoice Integration (#298)

* - billing invoice endpoint pseudocode

* ft: create send invoice email functionality

* refactor invoice email

* - add live data integration for invoice

* - small nits

* - model change

* auto date cashed

* migrations

* Fix failing import and migration

* update html

* migration update

* schema and project model update

* - generate receipts and new invoices




* Add string checker for app url on revert app url route (#301)

* refactor:add date to transcation payload (#303)

* Ft invoice details (#302)

* small nit

* get billing invoices list

* document endpoint

* add invoice detail view

* document invoice detail view

* - handle edge cases

* Added content to invoice email and gave the table more padding to give items more space for readability (#304)

* update staging variables, circleci migration (#307)

* update staging variables, circleci migration

* - delete circleci directory

* Get Receipt details (#306)

* small nit

* get billing invoices list

* document endpoint

* add invoice detail view

* document invoice detail view

* - handle edge cases

* - add receipts schema

* - receipts detail api

* - add routes and api docs

* - clean up

* small refactor

* add date field

* Ft add monitoring modules (#305)

* Add clusters statuses

* Add clusters statuses

* Add prometheus status

* Add database statuses

* Add cranecloud apps status

* Add mira status

* Remove auth

* On the invoice, formatted date for more readability and also added currency symbol to the amount. (#308)

* Change invoice email to include invoice id, remove project id and add change name label to user name (#311)

* Add cost modal url to cluster (#309)

* Add cost modal url to cluster

* Remove commented urls

* add credits models (#312)

* add credits models

* update model rlshp

* Fix failed test



* ft: add credits to user object on fetch all users (#313)



* created controllers and endpoints for credits (#314)

* retrieve user credit record (#315)



* added endpoint to get a users credit records (#316)

* Add trailing Invoice notifications (#317)

* Add user notification

* Fix invoice quering logic

* Remove comments

* Remmove unnecessary characters from db password (#318)

* Project cost values(Kubecost) (#319)

* - use kubecost data on billing invoice

* better edge case handling

* refactor

* add payments with credits (#321)

* add name to the user object on login (#322)



* Add ugx value to billing info (#324)

Co-authored-by: Innocent Asiimwe <[email protected]>
Co-authored-by: mubangizi <[email protected]>
Co-authored-by: “ttcollins” <“[email protected]”>
Co-authored-by: Tamale Talemwa Collins <[email protected]>
Co-authored-by: MutegekiHenry <[email protected]>
Co-authored-by: Henry Mutegeki <[email protected]>
Co-authored-by: Henry Mutegeki <[email protected]>
Co-authored-by: Awath Javar Abdat <[email protected]>
Co-authored-by: bashaashma <[email protected]>

* fic workflow error on staging

* fix test run workflow

* implement activity logs changes (#372)

* implement activity logs fixes

* resolve conflict between developnew

* Add workflow to handle user ids if given or not a project_id

---------

Co-authored-by: Mubangizi <[email protected]>

* Implementing last seen (#386)

* Implementing last seen

* Migrations for the last_seen field

* Add soft delete to Apps and Databases Models (#389)

* Add App soft delete

* Add soft delete to database model

* Implement project soft delete (#391)

* Add App soft delete

* Add soft delete to database model

* Implement project deletion

* Add pagination option (#392)

* Fix migration  (#394)

* edit migration head and test deploy

* remove test deploy

* Adding pagination to some GET endpoints (#393)

* Implementing pagination on critical get endpoints

* Additional pagination

* Update billing_invoice.py

* Update project_database.py

* Update app/controllers/receipts.py

Co-authored-by: Mubangizi Allan <[email protected]>

* Update app/controllers/transactions.py

Co-authored-by: Mubangizi Allan <[email protected]>

* Update app/controllers/users.py

Co-authored-by: Mubangizi Allan <[email protected]>

---------

Co-authored-by: Mubangizi Allan <[email protected]>

* fix datetime issue with user activities (#395)

* Add Redis URL for staging and prod.  (#398)

* Add Redis URL variable

* Add redis URL variable

* Add more information to admin project details route (#397)

* Fix get all projects for admin

* Able to see project overview information as an admin

* Add project users to return info

* Add route to get cluster projects  (#396)

* Add get projects route

* Add route to api docs

* Ft admin disable projects (#400)

* implement project disable/enable

* merge develop-new changes

* show project and database disabled for UI (#402)

* Adding pagination to kube routes (#403)

* Adding number of pages to the pagination information returned (#404)

* Ft enable disable admin only (#408)

* add admin enable/disable feature

* removed commented code

* codecov 2.1.12 is deprecated upgraded to 2.1.13

* Upgrade select packages (#407)

* - upgrade cryptograpy, redis and werkzeug packages

* - test deploy upgrade branch

* - upgrade codecov to version 2.1.13

* - remove test deploy branch

* clean up for merge

* getting projects now return admin_disabled field (#410)

* Implemented search feature for projects in the backend (#411)

* resolve app status check (#413)

Co-authored-by: Mutegeki Henry <[email protected]>

* Fix codecov support issue(Deprecated) (#415)

* - purge codecov requirement

* - test deploy pipeline

* - test and deploy

* - remove codecov upload

* Adding search functionality to users and apps (#412)

* Adding search functionality to users and apps

* resolve app status check (#413)

Co-authored-by: Mutegeki Henry <[email protected]>

* Fix codecov support issue(Deprecated) (#415)

* - purge codecov requirement

* - test deploy pipeline

* - test and deploy

* - remove codecov upload

* Adding search functionality to users and apps

---------

Co-authored-by: Henry Mutegeki <[email protected]>
Co-authored-by: Mutegeki Henry <[email protected]>
Co-authored-by: e-ian <[email protected]>
Co-authored-by: e-ian <[email protected]>

* Fixing app search functionality returning all apps (#416)

---------

Co-authored-by: mubangizi <[email protected]>
Co-authored-by: “ttcollins” <“[email protected]”>
Co-authored-by: inno-asiimwe <[email protected]>
Co-authored-by: Tamale Talemwa Collins <[email protected]>
Co-authored-by: MutegekiHenry <[email protected]>
Co-authored-by: Henry Mutegeki <[email protected]>
Co-authored-by: Henry Mutegeki <[email protected]>
Co-authored-by: Awath Javar Abdat <[email protected]>
Co-authored-by: bashaashma <[email protected]>
Co-authored-by: Beijukabruno <[email protected]>
Co-authored-by: mubangizi <[email protected]>
Co-authored-by: LanternNassi <[email protected]>
  • Loading branch information
13 people authored Jun 12, 2023
1 parent dbdc661 commit 631f180
Show file tree
Hide file tree
Showing 32 changed files with 1,528 additions and 142 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,3 @@ jobs:
run: |
pip install coverage
coverage run -m pytest
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
__pycache__/
venv/
.venv/
.env
*.pyc
.coverage
Expand Down
Loading

0 comments on commit 631f180

Please sign in to comment.