Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
stagas committed Oct 2, 2024
1 parent 5311fcf commit c4a8921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
shell: bash
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: echo "$CODECOV_TOKEN"
run: echo "Hello $CODECOV_TOKEN token should be here"

- name: Collect coverage
uses: codecov/codecov-action@v4 # upload the report on Codecov
Expand Down

0 comments on commit c4a8921

Please sign in to comment.