Skip to content

Commit

Permalink
overcome the upload issues, provide CODECOV_TOKEN for sanity pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Aug 28, 2023
1 parent c85c024 commit a444730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sanity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ jobs:
make test
- name: Upload coverage to codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit a444730

Please sign in to comment.