-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### Adding Badges | ||
|
||
* Badges can be added by : | ||
* https://github.com/dwyl/repo-badges | ||
* https://shields.io/#/ | ||
|
||
* Depending on the git-hooks like CI , code refactoring app like 'codefactor' we can add badges that show the live build , code quality status on the README.md file. | ||
|
||
* Other badges are simply markdown lines that are added to the readme file with specific status or values like build number , project status etc. | ||
|
||
### CI | ||
|
||
This project makes use of Travis for Continuous Integration (CI). | ||
The following [documentation](https://docs.travis-ci.com/user/tutorial/) explains the basic steps to add CI to the repository. | ||
Depending on the lnguage of the project we can use the CI template. | ||
|
||
For our project we used python3 , specifically version 3.6. | ||
Since the project is not using any external dependencies , we dont require any 'requirements.txt'. | ||
The main.py and test_cases.py is inside the 'ast_project_2018' folder the changes are made in the script. | ||
|