[PR #1457] [CLOSED] Added Build passing and Code coverage #1292

Closed
opened 2025-11-06 13:13:19 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/1457
Author: @Rahul6725
Created: 1/20/2020
Status: Closed

Base: masterHead: master


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/1457 **Author:** [@Rahul6725](https://github.com/Rahul6725) **Created:** 1/20/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`5b860b4`](https://github.com/vinta/awesome-python/commit/5b860b4394e52abb20020d6bac1de55376c3af4a) Add files via upload - [`415d73c`](https://github.com/vinta/awesome-python/commit/415d73c81e70bce833933f57c8e96ea93715bcc7) Delete LICENSE - [`216e54b`](https://github.com/vinta/awesome-python/commit/216e54be841b78a220883adf1cc5f7290b083cfa) Delete README.md - [`403b4a5`](https://github.com/vinta/awesome-python/commit/403b4a5182d2e4dd727e28a0aaf18bc563fb1d4d) Delete sort.py - [`9bcda43`](https://github.com/vinta/awesome-python/commit/9bcda43371b34fbe80b0a552e006bdeecbbf2fa3) Delete requirements.txt - [`a626d64`](https://github.com/vinta/awesome-python/commit/a626d640535094a752943f222bc7a6a351314f19) Delete mkdocs.yml - [`92b73a1`](https://github.com/vinta/awesome-python/commit/92b73a19c3141934a182caba446b6308ee844a0c) Delete Makefile - [`35f903a`](https://github.com/vinta/awesome-python/commit/35f903a89c3325d3e6681ffaa1ae157d52d84561) Delete CONTRIBUTING.md - [`6fe6627`](https://github.com/vinta/awesome-python/commit/6fe6627fa8009800865f05fad6232280d5c3e074) Delete CNAME - [`9a12aee`](https://github.com/vinta/awesome-python/commit/9a12aee4b2cfdcd1e520285a96ed762c22e305ac) Delete extra.css ### 📊 Changes **16 files changed** (+2426 additions, -1312 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 13:13:19 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#1292