Skip to content

Commit

Permalink
Merge pull request #46 from segmentio/main_add-codecov
Browse files Browse the repository at this point in the history
Add codecov
  • Loading branch information
ranand authored Aug 7, 2024
2 parents 6cebdd4 + 6f930ce commit 9771d56
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x]
node-version: [20.10.0]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20.10.0
9 changes: 9 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# https://docs.codecov.com/docs/codecov-yaml
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true

0 comments on commit 9771d56

Please sign in to comment.