Skip to content

Commit 082de61

Browse files
sfmigclaude
andauthored
Add CODECOV_TOKEN to test workflow (#8)
* Add CODECOV_TOKEN to test workflow * Update test workflow comment for codecov integration This commit will trigger CI to upload coverage for both this branch and establish the BASE coverage report needed for codecov comparisons. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
1 parent 0ae1b6c commit 082de61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ jobs:
5050
(Get-Item "C:\Program Files\Google\Chrome\Application\chrome.exe").VersionInfo
5151
chromedriver --version
5252
53-
# Run tests
53+
# Run tests and run code coverage
5454
- uses: neuroinformatics-unit/actions/test@v2
5555
with:
5656
python-version: ${{ matrix.python-version }}
57+
secret-codecov-token: ${{ secrets.CODECOV_TOKEN }}
5758

5859
build_sdist_wheels:
5960
name: Build source distribution

0 commit comments

Comments
 (0)