Skip to content

#8 - Center logos with div align #9

#8 - Center logos with div align

#8 - Center logos with div align #9

Workflow file for this run

name: Maven Build
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: JaCoCo Coverage
run: mvn clean test jacoco:report -Pmvn-deploy
- name: Codecov Upload
uses: codecov/codecov-action@v2
with:
file: ./openai-api-coverage/target/site/jacoco-aggregate/jacoco.xml
fail_ci_if_error: true