Skip to content

[JENKINS-73904] [JEP-237] check algorithm used for creating oic config is fips compliant #536

[JENKINS-73904] [JEP-237] check algorithm used for creating oic config is fips compliant

[JENKINS-73904] [JEP-237] check algorithm used for creating oic config is fips compliant #536

Workflow file for this run

name: 'Github base Continuous Integration'
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
coverage:
runs-on: [ ubuntu-latest ]
name: Coverage on Ubuntu
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
check-latest: true
cache: 'maven'
- name: Generate coverage with JaCoCo
run: mvn --batch-mode clean verify jacoco:prepare-agent test integration-test jacoco:report
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./target/site/jacoco/jacoco.xml