Skip to content

Commit

Permalink
config/ cde coverage ci report
Browse files Browse the repository at this point in the history
  • Loading branch information
brunolnetto committed Nov 6, 2022
1 parent 9705e3a commit 7c2eb9b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Workflow for Codecov example-javascript
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Node 18
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: npm install
- name: Run tests and collect coverage
run: npm run test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Binary file added codecov
Binary file not shown.

0 comments on commit 7c2eb9b

Please sign in to comment.