Skip to content

Commit

Permalink
Add codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-ramotar committed Mar 12, 2024
1 parent ec91385 commit 5aab828
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Codecov
on: [ push, pull_request ]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Install dependencies, run tests, and collect coverage
run: gradle build
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: matt-ramotar/Paging

0 comments on commit 5aab828

Please sign in to comment.