Skip to content

Commit

Permalink
Fix error in ci github action
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Dec 4, 2020
1 parent 16c6290 commit 5856c6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
run: make tests
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
# with:
# token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos

0 comments on commit 5856c6b

Please sign in to comment.