Skip to content

Commit 9b8472b

Browse files
authored
Create coverage.yml
1 parent eeb4df4 commit 9b8472b

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Test coverage
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v4
15+
16+
- name: Setup Java
17+
uses: actions/setup-java@v4
18+
with:
19+
distribution: temurin
20+
java-version: 17

0 commit comments

Comments
 (0)