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 b03a416 commit e55810dCopy full SHA for e55810d
.github/workflows/backend-ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Upload coverage reports to Codecov
27
uses: codecov/codecov-action@v4
28
with:
29
- directory: chartlets.py/coverage/
+ directory: chartlets.py/
30
flags: backend
31
verbose: true
32
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments