Skip to content

Commit

Permalink
Add Codecov to GitHub workflow (hierynomus#759)
Browse files Browse the repository at this point in the history
* Added Codecov to GitHub workflow

* Added Codecov to GitHub workflow
  • Loading branch information
exceptionfactory authored Jan 3, 2022
1 parent 8cf63a9 commit 32329e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew check
- name: Codecov
uses: codecov/codecov-action@v2

integration:
name: Integration test
Expand Down

0 comments on commit 32329e5

Please sign in to comment.