mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-22 22:20:49 -05:00
[PR #1457] [CLOSED] Added Build passing and Code coverage #1292
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/1457
Author: @Rahul6725
Created: 1/20/2020
Status: ❌ Closed
Base:
master← Head:master📝 Commits (10+)
5b860b4Add files via upload415d73cDelete LICENSE216e54bDelete README.md403b4a5Delete sort.py9bcda43Delete requirements.txta626d64Delete mkdocs.yml92b73a1Delete Makefile35f903aDelete CONTRIBUTING.md6fe6627Delete CNAME9a12aeeDelete extra.css📊 Changes
16 files changed (+2426 additions, -1312 deletions)
View changed files
➕
.coverage(+0 -0)📝
.travis.yml(+20 -17)📝
README.md(+1300 -1295)➕
htmlcov/coverage_html.js(+584 -0)➕
htmlcov/index.html(+84 -0)➕
htmlcov/jquery.ba-throttle-debounce.min.js(+9 -0)➕
htmlcov/jquery.hotkeys.js(+99 -0)➕
htmlcov/jquery.isonscreen.js(+53 -0)➕
htmlcov/jquery.min.js(+4 -0)➕
htmlcov/jquery.tablesorter.min.js(+2 -0)➕
htmlcov/keybd_closed.png(+0 -0)➕
htmlcov/keybd_open.png(+0 -0)➕
htmlcov/sort_py.html(+146 -0)➕
htmlcov/status.json(+1 -0)➕
htmlcov/style.css(+124 -0)📝
tests.py(+0 -0)📄 Description
I have rename "sort.py" to "tests.py" for testing purposes. Now, the project is provided with build: passing and Codecov: 92%(for now)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.