Skip to content

Commit

Permalink
ci: Add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jan 30, 2025
1 parent b8182da commit a8f7e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ jobs:
run: mvn -e --batch-mode verify -T 1C
- name: Run Codecov
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a8f7e68

Please sign in to comment.