-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: adding components to separate the codecov reports
Signed-off-by: Sai Sankeerth <[email protected]>
- Loading branch information
Sai Sankeerth
committed
Jan 3, 2024
1 parent
5dade89
commit 2e79b93
Showing
2 changed files
with
35 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -42,11 +42,13 @@ jobs: | |
uses: codecov/[email protected] | ||
with: | ||
directory: ./reports/coverage | ||
|
||
flags: js | ||
|
||
- name: Upload TS Coverage Reports to Codecov | ||
uses: codecov/[email protected] | ||
with: | ||
directory: ./reports/ts-coverage | ||
flags: ts | ||
|
||
- name: Fix filesystem paths in generated reports | ||
if: always() | ||
|
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