Skip to content

Commit

Permalink
fix codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
escherize committed May 1, 2024
1 parent 83fea14 commit bc33eb9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,9 @@ jobs:
cache-key: "cloverage"
- run: clojure -X:dev:cloverage
- name: Upload code coverage to codecov.io
run: >-
bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: target/coverage/codecov.json
flags: cloverage
name: codecov-umbrella

0 comments on commit bc33eb9

Please sign in to comment.