-
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 actually-making-client-update-works
- Loading branch information
Showing
5 changed files
with
119 additions
and
114 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 |
---|---|---|
|
@@ -15,6 +15,7 @@ on: | |
- '**.ipynb' | ||
- poetry.lock | ||
- pyproject.toml | ||
- yarn.lock | ||
- '**.rst' | ||
- '**.md' | ||
pull_request: | ||
|
@@ -31,6 +32,7 @@ on: | |
- '**.ipynb' | ||
- poetry.lock | ||
- pyproject.toml | ||
- yarn.lock | ||
- '**.rst' | ||
- '**.md' | ||
|
||
|
@@ -62,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: | | ||
|
@@ -73,14 +75,15 @@ jobs: | |
attempt_delay: 30000 | ||
|
||
# TODO enable this once we have integration tests for the UI | ||
# | ||
# - name: Setup yarn | ||
# uses: mskelton/setup-yarn@v1 | ||
# - name: Install nextjs dependencies and check code | ||
# run: | | ||
# 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: | | ||
|
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 |
---|---|---|
|
@@ -16,6 +16,7 @@ on: | |
- '**.tsx' | ||
- poetry.lock | ||
- pyproject.toml | ||
- yarn.lock | ||
- '**.rst' | ||
- '**.md' | ||
pull_request: | ||
|
@@ -33,6 +34,7 @@ on: | |
- '**.tsx' | ||
- poetry.lock | ||
- pyproject.toml | ||
- yarn.lock | ||
- '**.rst' | ||
- '**.md' | ||
|
||
|
@@ -56,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: | | ||
|
@@ -72,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: | | ||
|
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
Oops, something went wrong.