Skip to content

Add new Semantic Types - COLOR.TEXT_ES + GENDER.TEXT_TR, Improve NAIC… #34

Add new Semantic Types - COLOR.TEXT_ES + GENDER.TEXT_TR, Improve NAIC…

Add new Semantic Types - COLOR.TEXT_ES + GENDER.TEXT_TR, Improve NAIC… #34

Workflow file for this run

name: Coverage
on:
push:
branches: [ main ]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v3
with:
distribution: 'corretto'
java-version: 17
- name: Install dependencies, run tests, and collect coverage
run: gradle build jacocoTestReport
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4-beta
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}