Skip to content

Commit

Permalink
feat: use correct file
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianMar committed May 26, 2022
1 parent f2524b4 commit d8805d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: Test Pipeline

on:
push:
Expand All @@ -22,4 +22,4 @@ jobs:
- run: npm run coverage
- uses: codecov/codecov-action@v2
with:
files: ./coverage,
files: ./coverage/coverage-final.json,

0 comments on commit d8805d4

Please sign in to comment.