-
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.
Bump Wandalen/wretry.action from 3.5.0 to 3.7.0 (#115)
* Bump Wandalen/wretry.action from 3.5.0 to 3.7.0 Bumps [Wandalen/wretry.action](https://github.com/wandalen/wretry.action) from 3.5.0 to 3.7.0. - [Release notes](https://github.com/wandalen/wretry.action/releases) - [Commits](Wandalen/wretry.action@v3.5.0...v3.7.0) --- updated-dependencies: - dependency-name: Wandalen/wretry.action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Upgrading codecov action * Fixing integration tests action * removing verbose codecov --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcelo Lotif <[email protected]>
- Loading branch information
1 parent
5518c8e
commit 05ed32b
Showing
2 changed files
with
9 additions
and
10 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 |
---|---|---|
|
@@ -22,10 +22,11 @@ on: | |
- main | ||
paths: | ||
- .pre-commit-config.yaml | ||
- .github/workflows/static_code_checks.yml | ||
- .github/workflows/static_code_checks.yaml | ||
- .github/workflows/docs_build.yml | ||
- .github/workflows/docs_deploy.yml | ||
- .github/workflows/integration_tests.yml | ||
- .github/workflows/unit_tests.yaml | ||
- .github/workflows/integration_tests.yaml | ||
- '**.py' | ||
- '**.ipynb' | ||
- poetry.lock | ||
|
@@ -61,14 +62,13 @@ jobs: | |
poetry install --with docs,test | ||
coverage run -m pytest florist/tests/integration && coverage xml && coverage report -m | ||
- name: Upload python coverage to Codecov | ||
uses: Wandalen/wretry.action@v3.5.0 | ||
uses: Wandalen/wretry.action@v3.7.0 | ||
with: | ||
action: codecov/codecov-action@v4.0.1 | ||
action: codecov/codecov-action@v4.6.0 | ||
with: | | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
name: codecov-umbrella | ||
fail_ci_if_error: true | ||
verbose: true | ||
attempt_limit: 5 | ||
attempt_delay: 30000 | ||
|
||
|
@@ -80,7 +80,7 @@ jobs: | |
# yarn | ||
# yarn integration-test | ||
# - name: Upload js coverage to Codecov | ||
# uses: Wandalen/wretry.action@v3.5.0 | ||
# uses: Wandalen/wretry.action@v3.7.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 |
---|---|---|
|
@@ -56,14 +56,13 @@ jobs: | |
poetry install --with docs,test | ||
coverage run -m pytest florist/tests/unit && coverage xml && coverage report -m | ||
- name: Upload python coverage to Codecov | ||
uses: Wandalen/wretry.action@v3.5.0 | ||
uses: Wandalen/wretry.action@v3.7.0 | ||
with: | ||
action: codecov/codecov-action@v4.0.1 | ||
action: codecov/codecov-action@v4.6.0 | ||
with: | | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
name: codecov-umbrella | ||
fail_ci_if_error: true | ||
verbose: true | ||
attempt_limit: 5 | ||
attempt_delay: 30000 | ||
- name: Setup yarn | ||
|
@@ -73,7 +72,7 @@ jobs: | |
yarn | ||
yarn unit-test | ||
- name: Upload js coverage to Codecov | ||
uses: Wandalen/wretry.action@v3.5.0 | ||
uses: Wandalen/wretry.action@v3.7.0 | ||
with: | ||
action: codecov/[email protected] | ||
with: | | ||
|