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 1323757 commit 57d776bCopy full SHA for 57d776b
.github/workflows/hydrate.yml
@@ -10,6 +10,7 @@ jobs:
10
uses: codecov/codecov-action@v3
11
with:
12
files: coverage-hydrate/lcov.info
13
+ flags: hydrate
14
- name: Archive code coverage results
15
uses: actions/upload-artifact@v3
16
.github/workflows/setup.yml
files: coverage-setup/lcov.info
+ flags: setup
.github/workflows/test.yml
@@ -7,6 +7,8 @@ jobs:
7
- run: pnpm run test --coverage
8
- name: Codecov
9
+ with:
+ flags: unit
0 commit comments