We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4045e2b commit 57c39deCopy full SHA for 57c39de
.github/workflows/main.yml
@@ -13,8 +13,8 @@ jobs:
13
# java-version: 1.8
14
- name: Setup JavaFX
15
run: |
16
- apt update
17
- apt install openjfx
+ sudo apt update
+ sudo apt install openjfx
18
export DISPLAY=:99.0
19
20
- name: Run tests
codecov.yml
@@ -0,0 +1,8 @@
1
+comment: false
2
+coverage:
3
+ status:
4
+ project:
5
+ default:
6
+ target: 70%
7
+ threshold: 5%
8
+ patch: off
0 commit comments