Skip to content

Commit

Permalink
tinker
Browse files Browse the repository at this point in the history
  • Loading branch information
kethinov committed Apr 9, 2024
1 parent 6cc5973 commit 1fb73d0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,3 @@ jobs:
with:
directory: "coverage"
fail_ci_if_error: true
- name: Upload reports to codecov
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
run: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
find . -iregex "codecov.*"
chmod +x codecov
./codecov -t ${CODECOV_TOKEN}

0 comments on commit 1fb73d0

Please sign in to comment.