Skip to content

Move types to API wrapper code #23

Move types to API wrapper code

Move types to API wrapper code #23

Workflow file for this run

name: Codecov
on:
push:
branches:
- main
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- run: ./gradlew test check
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
files: ./lib/build/kover/coverage/xml/result.xml