-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deps: Update all non-major dependencies
- Loading branch information
1 parent
04919cc
commit 7234637
Showing
14 changed files
with
321 additions
and
153 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
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 |
---|---|---|
|
@@ -89,7 +89,7 @@ jobs: | |
- name: Publish Web Package Code Coverage | ||
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash | ||
if: ${{ hashFiles('./packages/web/.coverage/lcov.info') != '' }} | ||
uses: coverallsapp/[email protected].1 | ||
uses: coverallsapp/[email protected].3 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
file: ./packages/web/.coverage/lcov.info | ||
|
@@ -99,7 +99,7 @@ jobs: | |
- name: Publish Web-React Package Code Coverage | ||
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash | ||
if: ${{ hashFiles('./packages/web-react/.coverage/lcov.info') != '' }} | ||
uses: coverallsapp/[email protected].1 | ||
uses: coverallsapp/[email protected].3 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
file: ./packages/web-react/.coverage/lcov.info | ||
|
@@ -109,7 +109,7 @@ jobs: | |
- name: Publish Analytics Package Code Coverage | ||
# When Nx hits its cloud cache, there is no generated coverage to sent, e.g. do not let this crash | ||
if: ${{ hashFiles('./packages/analytics/.coverage/lcov.info') != '' }} | ||
uses: coverallsapp/[email protected].1 | ||
uses: coverallsapp/[email protected].3 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
file: ./packages/analytics/.coverage/lcov.info | ||
|
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
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
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
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
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
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.