Skip to content

Commit

Permalink
fix: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandepass committed Oct 7, 2024
1 parent 93977d4 commit 60ea01f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Tests and Linting

orbs:
codecov: codecov/[email protected]

on:
push:
pull_request:
Expand All @@ -18,7 +21,4 @@ jobs:
- run: npm test
env:
CI: true
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
files: ./coverage/lcov.info
- codecov/upload

0 comments on commit 60ea01f

Please sign in to comment.