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 545f02f commit 5422d3eCopy full SHA for 5422d3e
.github/workflows/frontend-ci.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Upload coverage reports for lib to Codecov
41
uses: codecov/codecov-action@v4
42
with:
43
- directory: chartlets.js/packages/lib
+ directory: chartlets.js/packages/lib/
44
verbose: true
45
token: ${{ secrets.CODECOV_TOKEN }}
46
0 commit comments