Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsorr committed Apr 23, 2024
1 parent 6b7b927 commit 782b6f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wc_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ jobs:
if-no-files-found: error
retention-days: 1

- name: print it
shell: bash
run: |
echo "${{ secrets.CODECOV_TOKEN }}"
- name: Publish coverage to codecov 📊
if: contains(matrix.scope, 'uploadReport')
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 782b6f5

Please sign in to comment.