Skip to content
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

Added type annotations #376 #414

Merged
merged 19 commits into from
Aug 11, 2024
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
4b22149
🎨Add type Annotation
abhisheksuran Jul 27, 2024
e3af0ef
🎨Added type annotation in pigear.py
abhisheksuran Jul 27, 2024
d132e0f
🎨Added type annotation for camgear.py
abhisheksuran Jul 27, 2024
50ecb57
🎨Added type annotation for screengear.py
abhisheksuran Jul 28, 2024
758705f
🎨Added type annotation in videogear.py
abhisheksuran Jul 28, 2024
93b572a
🎨Added type annotation in writergear.py
abhisheksuran Jul 28, 2024
05e080f
🎨Renamed type variable in camgear.py, screengear.py and videogear.py
abhisheksuran Jul 28, 2024
2cde5f7
🐛CI: Updated codecov-action to 'v4'
abhisheksuran Jul 28, 2024
80de6c0
🎨Added type annotation in streamgear.py
abhisheksuran Jul 29, 2024
9360951
🎨 Added type annotation in netgear.py
abhisheksuran Aug 1, 2024
79742cc
🚑️ CI: codecov not valid tokenless upload fix
abhisheksuran Aug 3, 2024
6f0882b
🎨 Added Type annotation in helper.py and any in other files with blac…
abhisheksuran Aug 4, 2024
3f5a4ef
🚑️ Fix: dict type annoation in helper.py
abhisheksuran Aug 4, 2024
0df9c18
🎨 Added type annotation for webgear.py
abhisheksuran Aug 6, 2024
bda5e8f
🎨 Added type annotation for webgear_rtc.py
abhisheksuran Aug 7, 2024
615b23c
🎨 Added type annotation in netgear_async.py
abhisheksuran Aug 7, 2024
afb9da5
👷 CI: Replaced codecov-uploader with codecovcli
abhiTronix Aug 9, 2024
3c28d1b
💚 CI: Fixed codecovcli uploader
abhiTronix Aug 9, 2024
3111d2c
💚 CI: Fixed codecovcli uploader
abhiTronix Aug 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
🚑️ CI: codecov not valid tokenless upload fix
abhisheksuran committed Aug 3, 2024
commit 79742cccb2cfd69bbe7eb906685f10589b91ff31
2 changes: 1 addition & 1 deletion .github/workflows/ci_linux.yml
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ jobs:
- name: Display exit code
run: echo "Exit code was = $EXIT_CODE"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.5.0
with:
name: ${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}