We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41500e commit 0337d6aCopy full SHA for 0337d6a
2 files changed
.github/workflows/README.md
@@ -194,5 +194,3 @@ All compliance and release workflows reuse templates from [NVIDIA-NeMo/FW-CI-tem
194
| `config/.secrets.baseline` | False positives for secrets detector |
195
| `../../.python-version` | Python version for uv packaging |
196
| `../../src/nemo_safe_synthesizer/package_info.py` | Version information |
197
-
198
.github/workflows/ci-checks.yml
@@ -126,3 +126,11 @@ jobs:
126
name: coverage-report
127
path: coverage.xml
128
retention-days: 30
129
+
130
+ - name: Upload coverage to Codecov
131
+ uses: codecov/codecov-action@v5
132
+ if: matrix.python-version == '3.11'
133
+ with:
134
+ files: coverage.xml
135
+ token: ${{ secrets.CODECOV_TOKEN }}
136
+ fail_ci_if_error: false
0 commit comments