Skip to content

Commit

Permalink
feat: Add Codecov workflow for test coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
lperezp committed Jul 9, 2024
1 parent dba5ded commit 58d441f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 35 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Workflow for Codecov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
35 changes: 0 additions & 35 deletions .github/workflows/npm-publish.yml

This file was deleted.

0 comments on commit 58d441f

Please sign in to comment.