Skip to content

Commit

Permalink
updated README.md with information about the build
Browse files Browse the repository at this point in the history
  • Loading branch information
kiridarivaki committed Apr 25, 2024
1 parent 6205817 commit 99ba24d
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,23 @@
## Assignments

1. AI Ethics: contributed content (module "AI in Media") to guide.md in ai-ethics repo
2. CI/CD Tools: created CRUD app "SkillSync"
2. [CI/CD Tools: created CRUD app "SkillSync"](#skillsync)

### SkillSync
- **Directory structure**
<p>
skillsync
└─── src───main
│ ├───python
│ │ └───source code files
│ └───scripts
└───unittest
├───python
└───test files

</p>

- **Build automation tool**
<p>Used pybuild to automate the building and testing process. Challenges I tackled in this step included setting up a venv for my python project, setting PYTHONPATH, specifying import absolute paths and overriding plugin's coverage restrictions for building the app. </p>

0 comments on commit 99ba24d

Please sign in to comment.