Skip to content

Commit

Permalink
added local
Browse files Browse the repository at this point in the history
  • Loading branch information
duplixx committed Dec 3, 2023
1 parent 9f72284 commit a447bb2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,13 @@ The process of proposing a change to Talawa Admin can be summarized as:
1. Go to this link: `https://app.codecov.io/gh/XXXX/YYYY` where XXXX is your GitHub account username and YYYY is the name of the repository
2. Login to `codecov.io` using your GitHub account, and add your **repo** and **branches** to the `codecov.io` dashboard.
![Debugging Test Demo](https://i.postimg.cc/HL5kQJt4/authorise-codecov-github.jpg)
![Debugging Test Demo](/public/images/codecov/authorise-codecov-github.jpg)
3. Remember to add the `Repository Upload Token` for your forked repo. This can be found under `Settings` of your `codecov.io` account.
![Debugging Test Demo](https://i.postimg.cc/Kv6Xt0pw/homescrenn.jpg)
![Debugging Test Demo](/public/images/codecov/homescrenn%20(1).jpg)
4. Click on Setup Repo option
[![Code-cov-token.jpg](https://i.postimg.cc/zv3mF6rZ/Code-cov-token.jpg)](https://postimg.cc/Cny6Fv5m)
[![Code-cov-token.jpg](/public/images/codecov/Code-cov-token.jpg)]()
5. Use the value of this token to create a secret named CODE_COV for your forked repo.
[![addd-your-key.jpg](https://i.postimg.cc/Kz0SLFCD/addd-your-key.jpg)](https://postimg.cc/gXLTb9zx)
[![addd-your-key.jpg](/public/images/codecov/addd-your-key.jpg)]()
6. You will see your code coverage reports with every push to your repo after following these steps
2. After making changes you can add them to git locally using `git add <file_name>`(to add changes only in a particular file) or `git add .` (to add all changes).
3. After adding the changes you need to commit them using `git commit -m '<commit message>'`(look at the commit guidelines below for commit messages).
Expand Down

0 comments on commit a447bb2

Please sign in to comment.