d-Rickyy-b / pastepwn

Python framework to scrape Pastebin pastes and analyze them
MIT License
122 stars 66 forks source link

Update master to v1.3.0 #183

Closed d-Rickyy-b closed 4 years ago

d-Rickyy-b commented 4 years ago

1.3.0 - 2020-03-03

Added

github-actions[bot] commented 4 years ago

We couldn't find any modification to the CHANGELOG.md file. If your changes are not suitable for the changelog, that's fine. Otherwise please add them to the changelog!

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 368


Changes Missing Coverage Covered Lines Changed/Added Lines %
pastepwn/actions/tests/savefileaction_test.py 55 56 98.21%
pastepwn/analyzers/tests/base64asciianalyzer_test.py 81 82 98.78%
pastepwn/core/tests/paste_test.py 2 3 66.67%
pastepwn/errors/errors.py 7 8 87.5%
pastepwn/analyzers/base64asciianalyzer.py 22 24 91.67%
pastepwn/actions/tests/discordaction_test.py 75 78 96.15%
pastepwn/actions/discordaction.py 7 12 58.33%
pastepwn/actions/ircaction.py 18 106 16.98%
<!-- Total: 359 461 77.87% -->
Files with Coverage Reduction New Missed Lines %
pastepwn/actions/ircaction.py 1 20.34%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 345: 0.5%
Covered Lines: 3148
Relevant Lines: 3891

💛 - Coveralls
d-Rickyy-b commented 4 years ago

Codacy Here is an overview of what got changed by this pull request:


Issues
======
- Added 2

Complexity increasing per file
==============================
- pastepwn/actions/tests/discordaction_test.py  4
- pastepwn/analyzers/base64asciianalyzer.py  5
- pastepwn/actions/ircaction.py  9
- pastepwn/actions/savefileaction.py  2
- pastepwn/errors/tests/errors_test.py  1
- pastepwn/actions/tests/savefileaction_test.py  3
- pastepwn/errors/errors.py  1

Complexity decreasing per file
==============================
+ pastepwn/actions/discordaction.py  -1

Clones added
============
- pastepwn/actions/tests/discordaction_test.py  3
- pastepwn/actions/tests/savefileaction_test.py  1

See the complete overview on Codacy