We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 935cb6f commit 36242cdCopy full SHA for 36242cd
.github/workflows/main-test.yml
@@ -48,6 +48,6 @@ jobs:
48
- uses: codecov/codecov-action@v3
49
with:
50
token: ${{ secrets.CODECOV_TOKEN }}
51
- files: coverage/lcov.info
+ files: coverage/jest/lcov.info
52
fail_ci_if_error: true
53
verbose: true
.github/workflows/pr.yml
@@ -105,7 +105,7 @@ jobs:
105
106
107
108
109
110
111
0 commit comments