We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tannerlinsley
TkDodo
Learn more about funding links in repositories.
Report abuse
1 parent 15e42ba commit 6355244Copy full SHA for 6355244
.github/workflows/ci.yml
@@ -56,5 +56,7 @@ jobs:
56
TAG: ${{ inputs.tag }}
57
- name: Upload coverage to Codecov
58
uses: codecov/codecov-action@v4
59
+ with:
60
+ directory: packages
61
env:
62
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/pr.yml
@@ -43,5 +43,7 @@ jobs:
43
run: npx nx-cloud stop-all-agents
44
45
46
47
48
49
0 commit comments