Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaileshmishra committed Jul 21, 2023
1 parent 1a8daa8 commit 2ff3d05
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/jacoco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@ name: Java CI with JaCoCo
on:
push:
branches:
- main
- feat/CS-36689-compare-merge-branch

jobs:
build-and-test:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Set up JDK 11
uses: actions/setup-java@v2
- uses: actions/checkout@v3
- name: Code Coverage
uses: actions/setup-java@v3
with:
java-version: "11"
distribution: "adopt"

- name: Build with Maven
run: mvn clean package
Expand Down

0 comments on commit 2ff3d05

Please sign in to comment.