Skip to content

Commit

Permalink
feat: README.md
Browse files Browse the repository at this point in the history
still wip
  • Loading branch information
eddienubes committed Feb 11, 2024
1 parent 91541cb commit 1960b84
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ jobs:
- name: Upload coverage reports to Codecov
if: ${{ matrix.node-version == '20.x' }}
uses: codecov/[email protected]
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: eddienubes/sagetest
with:
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CODECOV_TOKEN }}
slug: eddienubes/sagetest



0 comments on commit 1960b84

Please sign in to comment.