Skip to content

Commit a0dae0e

Browse files
committed
Add Codecov action to upload coverage reports
Signed-off-by: Guido Scialfa <[email protected]>
1 parent a86b4c3 commit a0dae0e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/js-qa.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ jobs:
3636

3737
- name: Execute Tests
3838
run: yarn test
39+
40+
- name: Upload coverage reports to Codecov
41+
uses: codecov/codecov-action@v5
42+
with:
43+
token: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
> A GitHub Action to upload artifacts to a release
44
55
[![JS Quality Assurance](https://github.com/widoz/github-artifacts-action/actions/workflows/js-qa.yml/badge.svg)](https://github.com/widoz/github-artifacts-action/actions/workflows/js-qa.yml)
6+
[![codecov](https://codecov.io/gh/widoz/github-artifacts-action/graph/badge.svg?token=TF80AM1DUZ)](https://codecov.io/gh/widoz/github-artifacts-action)
67
![CodeRabbit Pull Request Reviews](https://img.shields.io/coderabbit/prs/github/widoz/github-artifacts-action?utm_source=oss&utm_medium=github&utm_campaign=widoz%2Fgithub-artifacts-action&labelColor=171717&color=FF570A&link=https%3A%2F%2Fcoderabbit.ai&label=CodeRabbit+Reviews)
78

89
Assets Artifacts, is designed to compile the assets of your project and commit and push these assets back into the repository. It also moves the tags to point to the commit where the assets are pushed.

0 commit comments

Comments
 (0)