-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increased code coverage #95
Conversation
Codecov Report
@@ Coverage Diff @@
## master #95 +/- ##
=============================================
+ Coverage 97.273% 97.799% +0.526%
=============================================
Files 32 20 -12
Lines 1797 1227 -570
=============================================
- Hits 1748 1200 -548
+ Misses 49 27 -22 |
Are you participating through GSSoC, 2020? |
@czgdp1807 Yes |
If you observe any differences in the observed output and the expected output then please open a separate issue. |
Delete the system generated files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update .gitignore
with the following,
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.gch
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Python Files #
################
*.pyc
*.pyo
*~
__pycache__/
# Backup Files #
################
*.bak
*.swp
# Editor Files #
################
.vscode/
.vs/
It will be merged on 2nd March if tests are passing. Thanks.
Please delete the |
Looks ready to go. ping @codezonediitj/gssoc2020 Any comments? |
LGTM too. |
References to other Issues or PRs or Relevant literature
Fixes #19
Brief description of what is fixed or changed
Improved tests in order to increase PyDataStructs code coverage
Other comments