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 ba5de1d commit 02c97fbCopy full SHA for 02c97fb
.github/workflows/continuous-integration.yml
@@ -42,10 +42,11 @@ jobs:
42
- name: Test with pytest
43
run: python3 -m pytest --cov=shell_logger example/ test/
44
45
- # - name: Upload coverage reports to Codecov
46
- # uses: codecov/codecov-action@v3
47
- # env:
48
- # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+ - name: Upload coverage reports to Codecov
+ uses: codecov/codecov-action@v4.0.1
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
49
+ slug: sandialabs/shell-logger
50
51
- name: Check documentation spelling
52
run: make spelling SPHINXOPTS="-W --keep-going"
0 commit comments