Skip to content

Commit

Permalink
fix codecov (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-anand-patel authored Mar 9, 2022
1 parent 4befdc5 commit eb3f761
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 @@ -37,7 +37,7 @@ jobs:
- name: Coverage
uses: neofinancial/coverage-upload-action@v1
with:
coverageEndpoint: $${{secrets.COVERAGE_ENDPOINT}}
coverageEndpoint: ${{secrets.COVERAGE_ENDPOINT}}
coverageToken: ${{secrets.COVERAGE_TOKEN}}
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit eb3f761

Please sign in to comment.