From 9ad15516e4160ee292eb668da2739f4e0a3fc5f5 Mon Sep 17 00:00:00 2001 From: Suraj Kumar Arya <49074775+Kratos-28@users.noreply.github.com> Date: Fri, 2 Apr 2021 16:24:33 +0530 Subject: [PATCH 1/2] Update README.md 258349 Repositry --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 97eda40d..884a14dc 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,2 @@ -# STEPin MiniProject_Template Sample - -[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3b20c7c3ec7f4734b42cc0d04dcf3fb2)](https://app.codacy.com/manual/stepin654321/MiniProject_Template?utm_source=github.com&utm_medium=referral&utm_content=stepin654321/MiniProject_Template&utm_campaign=Badge_Grade_Dashboard) - - -|Build|Unit Test|cppcheck|Valgrind|Codacy| -|:--:|:--:|:--:|:--:|:--:| -|![C/C++ CI](https://github.com/stepin654321/MiniProject_Template/workflows/C/C++%20CI/badge.svg)|![Unit testing](https://github.com/stepin654321/MiniProject_Template/workflows/Unit%20testing/badge.svg)|![cppcheck-action](https://github.com/stepin654321/MiniProject_Template/workflows/cppcheck-action/badge.svg)|![Valgrind](https://github.com/stepin654321/MiniProject_Template/workflows/Valgrind/badge.svg)|[![Codacy Badge](https://app.codacy.com/project/badge/Grade/3ac7e2a959a24fa4b5d1b9c1c886ff75)](https://www.codacy.com/manual/stepin654321/MiniProject_Template?utm_source=github.com&utm_medium=referral&utm_content=stepin654321/MiniProject_Template&utm_campaign=Badge_Grade)| - -## Integrated Tools to GitHub -* [Codacy](https://www.codacy.com/) - -## GitHub Actions -* Build using Make for CI -* Unit tests with Cunit -* Static code analysis using cppcheck -* Dynamic Code analysis using Valgrind - +# 258349 +https://github.com/Kratos-28/258349 From 9f7fde75194cc72d0e774e3ff0e5a00b5b52af8e Mon Sep 17 00:00:00 2001 From: Suraj Kumar Arya <49074775+Kratos-28@users.noreply.github.com> Date: Fri, 2 Apr 2021 16:27:34 +0530 Subject: [PATCH 2/2] Update README.md --- Example_Programs/programming_concpets/Questions_2a/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Example_Programs/programming_concpets/Questions_2a/README.md b/Example_Programs/programming_concpets/Questions_2a/README.md index eb253f45..8c7254b8 100644 --- a/Example_Programs/programming_concpets/Questions_2a/README.md +++ b/Example_Programs/programming_concpets/Questions_2a/README.md @@ -64,3 +64,4 @@ typedef struct info_t { * By [Roopesh Verma](https://github.com/Roopesh16/2a-2b.git) * By [258274](https://github.com/Ankana9910/Begin.git) * By [Jeevak Raj](https://github.com/JeevakRaj/LTTS_Stepin_Exercises/tree/main/Question_2a_array_of_structures) +* By [258349](https://github.com/Kratos-28/258349/tree/master/week_3%20Code_2a)