Skip to content

Commit

Permalink
Add codecov report uploading
Browse files Browse the repository at this point in the history
Was accidentally removed in #29.
  • Loading branch information
twyatt committed Mar 15, 2021
1 parent 4e7b902 commit 7c7f9ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ jobs:
- name: Check (Linux)
if: runner.os == 'Linux'
run: ./gradlew $GRADLE_ARGS check

- name: Codecov (Linux)
if: runner.os == 'Linux'
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true

0 comments on commit 7c7f9ae

Please sign in to comment.