Skip to content

Commit 02c97fb

Browse files
committed
ci: Push coverage to codecov
1 parent ba5de1d commit 02c97fb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ jobs:
4242
- name: Test with pytest
4343
run: python3 -m pytest --cov=shell_logger example/ test/
4444

45-
# - name: Upload coverage reports to Codecov
46-
# uses: codecov/codecov-action@v3
47-
# env:
48-
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
45+
- name: Upload coverage reports to Codecov
46+
uses: codecov/codecov-action@v4.0.1
47+
with:
48+
token: ${{ secrets.CODECOV_TOKEN }}
49+
slug: sandialabs/shell-logger
4950

5051
- name: Check documentation spelling
5152
run: make spelling SPHINXOPTS="-W --keep-going"

0 commit comments

Comments
 (0)