Skip to content

Commit

Permalink
Integration of codecov.io in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chkpnt committed Jan 19, 2022
1 parent 4731fe5 commit ecfe9f2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,9 @@ jobs:

- name: Test
run: ./gradlew check

- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
verbose: true

0 comments on commit ecfe9f2

Please sign in to comment.