We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7301303 commit 15226bdCopy full SHA for 15226bd
.github/workflows/ci.yml
@@ -43,15 +43,15 @@ jobs:
43
npx playwright install
44
npm run test:storybook
45
- name: Upload jest coverage reports to Codecov
46
- uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4
+ uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
47
env:
48
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
49
with:
50
fail_ci_if_error: true
51
flags: jest
52
directory: coverage/jest
53
- name: Upload storybook coverage reports to Codecov
54
55
56
57
0 commit comments