-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove log warning for known cases of wrong FW strings (#539) * Bump actions/checkout from 4.1.7 to 4.2.0 (#540) * Bump codecov/codecov-action from 4.5.0 to 4.6.0 (#542) * Bump actions/upload-artifact from 4.4.0 to 4.4.3 (#546) * Bump actions/checkout from 4.2.0 to 4.2.1 (#543) * Bump actions/checkout from 4.2.1 to 4.2.2 (#547) * Bump actions/setup-python from 5.2.0 to 5.3.0 (#548) * Bump version to `1.13.1` --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e2a1e0d
commit 4d9e324
Showing
5 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,10 +24,10 @@ jobs: | |
pip_cache_dir: ${{ steps.pip-cache.outputs.dir }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.2 | ||
|
||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v5.2.0 | ||
uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
|
@@ -60,10 +60,10 @@ jobs: | |
python-version: [3.11, 3.12] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.2 | ||
|
||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v5.2.0 | ||
uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
|
@@ -92,7 +92,7 @@ jobs: | |
pytest --cov=asusrouter --cov-report=xml:unit-tests-cov-${{ matrix.python-version }}.xml -k 'not test_devices' | ||
- name: Upload coverage to artifacts | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: unit-tests-cov-${{ matrix.python-version }} | ||
path: unit-tests-cov-${{ matrix.python-version }}.xml | ||
|
@@ -106,10 +106,10 @@ jobs: | |
python-version: [3.11, 3.12] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.2 | ||
|
||
- name: Set up Python ${{ matrix.python-version }} | ||
uses: actions/setup-python@v5.2.0 | ||
uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
|
||
|
@@ -138,7 +138,7 @@ jobs: | |
pytest --cov=asusrouter --cov-report=xml:real-data-tests-cov-${{ matrix.python-version }}.xml tests/test_devices.py --log-cli-level=INFO | ||
- name: Upload coverage to artifacts | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].3 | ||
with: | ||
name: real-data-tests-cov-${{ matrix.python-version }} | ||
path: real-data-tests-cov-${{ matrix.python-version }}.xml | ||
|
@@ -152,7 +152,7 @@ jobs: | |
python-version: [3.11, 3.12] | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.2 | ||
|
||
- name: Download unit-tests coverage from artifacts | ||
uses: actions/[email protected] | ||
|
@@ -167,7 +167,7 @@ jobs: | |
path: . | ||
|
||
- name: Upload coverage to Codecov | ||
uses: codecov/codecov-action@v4.5.0 | ||
uses: codecov/codecov-action@v4.6.0 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
fail_ci_if_error: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters