Skip to content

Commit

Permalink
Bump Wandalen/wretry.action from 3.5.0 to 3.7.0 (#115)
Browse files Browse the repository at this point in the history
* 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
dependabot[bot] and lotif authored Nov 4, 2024
1 parent 5518c8e commit 05ed32b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand All @@ -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: |
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 05ed32b

Please sign in to comment.