Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.51 KB

File metadata and controls

28 lines (23 loc) · 2.51 KB

Fork python_Travis_CI_test -> Adapt to Github Actions (Quick Fix - Needs through Revision)

test project for python project integration with travis

Python application

Steps:

1.Created a repository on git

2.linked with travis and enabled CI run

3.In the git repo added .travis.yml

4.Added the test for unit testing

5.Optional: Integrating with codecov.io add the below in the respective sections (login in codecov with git and you will be able to see the dashboard)

Check install:, script:, after_success: Sections in Travis.xml

6.Optional: Integrating code review codacy

login in codacy with git and enable reviewing for the repository and also check the dashboard

Build Status Build Status

Coverage Status codecov Status

For Coverage Status code template below: code available in Codecov --> settings--> badge

Code Review Status Codacy Badge

For Code review satus --> codacy badge in project settings

Additional Resources that might be useful