Skip to content

Commit

Permalink
updated codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Jun 16, 2023
1 parent ad36fe8 commit 84d7d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Codecov update
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} #"d76dfcb2-9baa-40e4-b07a-4b2647bcf3c4"
token: "d76dfcb2-9baa-40e4-b07a-4b2647bcf3c4" # should be moved to ${{ secrets.CODECOV_TOKEN }}
files: "./build/reports/jacoco/testCodeCoverageReport/testCodeCoverageReport.xml"
flags: unittests # optional
name: codecov-umbrella # optional
Expand Down

0 comments on commit 84d7d74

Please sign in to comment.