-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into downgrade_codecov_action
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
cd docs && rm -rf source/reference/api/_autosummary && make html | ||
cd .. && coverage run -m pytest -m "not integration_test" && coverage xml && coverage report -m | ||
- name: Upload coverage to Codecov | ||
uses: Wandalen/wretry.action@v3.4.0 | ||
uses: Wandalen/wretry.action@v3.5.0 | ||
with: | ||
action: codecov/[email protected] | ||
with: | | ||
|
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
cd docs && rm -rf source/reference/api/_autosummary && make html | ||
cd .. && coverage run -m pytest -m "not integration_test" && coverage xml && coverage report -m | ||
- name: Upload coverage to Codecov | ||
uses: Wandalen/wretry.action@v3.4.0 | ||
uses: Wandalen/wretry.action@v3.5.0 | ||
with: | ||
action: codecov/[email protected] | ||
with: | | ||
|
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 |
---|---|---|
|
@@ -51,7 +51,7 @@ jobs: | |
poetry install --with test | ||
coverage run -m pytest -m integration_test && coverage xml && coverage report -m | ||
- name: Upload coverage to Codecov | ||
uses: Wandalen/wretry.action@v3.4.0 | ||
uses: Wandalen/wretry.action@v3.5.0 | ||
with: | ||
action: codecov/[email protected] | ||
with: | | ||
|
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