Skip to content

Commit 790fa7f

Browse files
committed
feat: using codecov token to upload report
Signed-off-by: mamoralesiob <miguelangel@io.builders>
1 parent f336fde commit 790fa7f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/100-flow-ats-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ jobs:
101101
- name: Upload coverage report
102102
if: ${{ steps.generate_coverage.outcome == 'success' }}
103103
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v5.4.0
104+
with:
105+
token: ${{ secrets.CODECOV_TOKEN }}
106+
flags: ats
104107

105108
# TEMPORARY DIAGNOSTIC (non-blocking).
106109
# The prior enforcement step only read commit *statuses* and never found

0 commit comments

Comments
 (0)