Skip to content

Commit

Permalink
Merge branch 'main' into show-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lotif authored Nov 25, 2024
2 parents 1fb0116 + 43f5c6e commit 3859f10
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ 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/[email protected].2
uses: Wandalen/[email protected].3
with:
action: codecov/[email protected]
with: |
Expand All @@ -83,7 +83,7 @@ jobs:
# yarn
# yarn integration-test
# - name: Upload js coverage to Codecov
# uses: Wandalen/[email protected].2
# uses: Wandalen/[email protected].3
# with:
# action: codecov/[email protected]
# with: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ 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/[email protected].2
uses: Wandalen/[email protected].3
with:
action: codecov/[email protected]
with: |
Expand All @@ -74,7 +74,7 @@ jobs:
yarn
yarn unit-test
- name: Upload js coverage to Codecov
uses: Wandalen/[email protected].2
uses: Wandalen/[email protected].3
with:
action: codecov/[email protected]
with: |
Expand Down
24 changes: 12 additions & 12 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3859f10

Please sign in to comment.