Skip to content

Commit fbaf646

Browse files
committed
Update GitHub Actions workflow to include Codecov token and enable verbose output
- Added CODECOV_TOKEN secret to the Codecov action for secure token management. - Enabled verbose output for the Codecov action to improve logging and debugging during CI/CD runs. - This change enhances the testing workflow by ensuring better visibility and security in coverage reporting.
1 parent a04c08a commit fbaf646

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,10 @@ jobs:
122122
- name: Upload coverage
123123
uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3.1.4
124124
with:
125+
token: ${{ secrets.CODECOV_TOKEN }}
125126
file: ./coverage.xml
126127
fail_ci_if_error: true
128+
verbose: true
127129

128130
build:
129131
name: Build Package

0 commit comments

Comments
 (0)