RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
47 stars 68 forks source link

Added codecov.yml #202

Closed rohansingh9001 closed 1 year ago

rohansingh9001 commented 1 year ago

Brief description of what is fixed or changed

codecov[bot] commented 1 year ago

Codecov Report

Merging #202 (16c6544) into master (354cef8) will increase coverage by 0.22%. The diff coverage is n/a.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/RoboticsClubIITJ/ML-DL-implementation/pull/202/graphs/tree.svg?width=650&height=150&src=pr&token=Y1Z46WITCE&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RoboticsClubIITJ)](https://codecov.io/gh/RoboticsClubIITJ/ML-DL-implementation/pull/202?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RoboticsClubIITJ) ```diff @@ Coverage Diff @@ ## master #202 +/- ## ========================================== + Coverage 10.90% 11.13% +0.22% ========================================== Files 31 31 Lines 2429 2433 +4 ========================================== + Hits 265 271 +6 + Misses 2164 2162 -2 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `11.13% <ø> (+0.22%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RoboticsClubIITJ#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/RoboticsClubIITJ/ML-DL-implementation/pull/202?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RoboticsClubIITJ) | Coverage Δ | | |---|---|---| | [MLlib/tests/test\_activations.py](https://codecov.io/gh/RoboticsClubIITJ/ML-DL-implementation/pull/202/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RoboticsClubIITJ#diff-TUxsaWIvdGVzdHMvdGVzdF9hY3RpdmF0aW9ucy5weQ==) | `100.00% <0.00%> (ø)` | | | [MLlib/activations.py](https://codecov.io/gh/RoboticsClubIITJ/ML-DL-implementation/pull/202/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=RoboticsClubIITJ#diff-TUxsaWIvYWN0aXZhdGlvbnMucHk=) | `49.23% <0.00%> (+1.53%)` | :arrow_up: |