-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #579 from woowacourse-teams/develop
[release] v1.0.1
- Loading branch information
Showing
38 changed files
with
1,223 additions
and
539 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 |
---|---|---|
|
@@ -33,7 +33,15 @@ jobs: | |
run: ./gradlew build | ||
|
||
- name: Publish Unit Test Results | ||
uses: EnricoMi/publish-unit-test-result-action@v1 | ||
if: ${{ always() }} | ||
uses: EnricoMi/publish-unit-test-result-action@v2 | ||
if: always() | ||
with: | ||
files: build/test-results/**/*.xml | ||
junit_files: ${{ github.workspace }}/backend/build/test-results/**/*.xml | ||
|
||
- name: Add coverage to PR | ||
id: jacoco | ||
uses: madrapps/[email protected] | ||
with: | ||
paths: ${{ github.workspace }}/backend/build/jacoco/index.xml | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
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
112 changes: 0 additions & 112 deletions
112
frontend/src/components/FilterCategoryItem/FilterCategoryItem.styles.ts
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
frontend/src/components/FilterCategoryList/FilterCategoryList.fallback.stories.tsx
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
frontend/src/components/FilterCategoryList/FilterCategoryList.fallback.tsx
This file was deleted.
Oops, something went wrong.
85 changes: 0 additions & 85 deletions
85
frontend/src/components/FilterCategoryList/FilterCategoryList.styles.ts
This file was deleted.
Oops, something went wrong.
72 changes: 0 additions & 72 deletions
72
frontend/src/components/FilterCategoryList/FilterCategoryList.tsx
This file was deleted.
Oops, something went wrong.
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.