Skip to content

Commit

Permalink
uploading code coverage artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeepngupta committed Jan 11, 2025
1 parent e9b2baf commit aa2dd9e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Codecov
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- run: npm ci
- run: npm run test:coverage
- uses: codecov/codecov-action@v1
4 changes: 4 additions & 0 deletions TechStack.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,10 @@ This library encourages your applications to be more accessible and allows you t

> This library is a replacement for [Enzyme](http://airbnb.io/enzyme/).
## CodeCov

[![Codecov](https://codecov.io/gh/pradeepngupta/nextjs-typescript-tailwindcss/graph/badge.svg)](https://codecov.io/gh/pradeepngupta/nextjs-typescript-tailwindcss)

## Playwright

Storybook

1 comment on commit aa2dd9e

@vercel
Copy link

@vercel vercel bot commented on aa2dd9e Jan 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.