File tree 5 files changed +13
-4
lines changed
5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 32
32
- uses : ./.github/actions/init-monorepo
33
33
- name : Build
34
34
run : pnpm nx run-many --target build --all --output-style=stream
35
+ - name : Upload coverage reports to Codecov
36
+ uses : codecov/codecov-action@v5
37
+ with :
38
+ token : ${{ secrets.CODECOV_TOKEN }}
35
39
- name : Check for mutations
36
40
run : git diff --ignore-space-at-eol --exit-code -- ':!**/LICENSE-THIRD-PARTY'
37
41
- name : Upload artifact
Original file line number Diff line number Diff line change
1
+ tasks :
2
+ - init : pnpm install && curl -LsSf https://astral.sh/uv/install.sh | sh && uv python install 3.12
Original file line number Diff line number Diff line change 1
1
{
2
2
"recommendations" : [
3
3
" nrwl.angular-console" ,
4
+ " rluvaton.vscode-vitest" ,
5
+ " ms-python.python" ,
6
+ " ms-python.vscode-pylance" ,
7
+ " ms-python.debugpy" ,
8
+ " ms-azuretools.vscode-docker" ,
4
9
" esbenp.prettier-vscode" ,
5
- " firsttris.vscode-jest-runner" ,
6
- " ms-playwright.playwright" ,
7
10
" astro-build.astro-vscode"
8
11
]
9
12
}
Original file line number Diff line number Diff line change 2
2
3
3
<a href =" https://opensource.org/licenses/Apache-2.0 " ><img src =" https://img.shields.io/badge/License-Apache%202.0-yellowgreen.svg " alt =" Apache 2.0 License " /></a >
4
4
<a href =" https://codecov.io/gh/awslabs/nx-plugin-for-aws " ><img src =" https://codecov.io/gh/awslabs/nx-plugin-for-aws/graph/badge.svg?token=X27pgFfxuQ " /></a >
5
- <a href =" https://gitpod.io/#https://github.com/awslabs/nx-plugin-for-aws " ><img src =" https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod " alt =" Gitpod ready-to-code " /></a >
5
+ <a href =" https://gitpod.io/new/?workspaceClass=g1-large #https://github.com/awslabs/nx-plugin-for-aws " ><img src =" https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod " alt =" Gitpod ready-to-code " /></a >
6
6
<a href =" https://github.com/awslabs/nx-plugin-for-aws/actions/workflows/ci.yml " ><img src =" https://github.com/awslabs/nx-plugin-for-aws/actions/workflows/ci.yml/badge.svg " alt =" Release badge " /></a >
7
7
<a href =" https://github.com/awslabs/nx-plugin-for-aws/commits/main " ><img src =" https://img.shields.io/github/commit-activity/w/awslabs/nx-plugin-for-aws " alt =" Commit activity " /></a >
8
8
Original file line number Diff line number Diff line change 31
31
<a href = " https://codecov.io/gh/awslabs/nx-plugin-for-aws" >
32
32
<img src = " https://codecov.io/gh/awslabs/nx-plugin-for-aws/graph/badge.svg?token=X27pgFfxuQ" />
33
33
</a >
34
- <a href = " https://gitpod.io/#https://github.com/awslabs/nx-plugin-for-aws" >
34
+ <a href = " https://gitpod.io/new/?workspaceClass=g1-large #https://github.com/awslabs/nx-plugin-for-aws" >
35
35
<img
36
36
src = " https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod"
37
37
alt = " Gitpod ready-to-code"
You can’t perform that action at this time.
0 commit comments