Tristan971 / EasyFXML

A collection of tools and libraries for easier development on the JavaFX platform!
Apache License 2.0
104 stars 5 forks source link

Fix CI settings for AWT Tests #3

Closed Tristan971 closed 6 years ago

Tristan971 commented 6 years ago

Fix a few things on Travis-CI side for AWT tests to run smoothly. Also add them back in coverage-enabled files.

codecov[bot] commented 6 years ago

Codecov Report

Merging #3 into master will increase coverage by 23.01%. The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             master       #3       +/-   ##
=============================================
+ Coverage     74.05%   97.07%   +23.01%     
- Complexity       79      106       +27     
=============================================
  Files            19       19               
  Lines           239      239               
=============================================
+ Hits            177      232       +55     
+ Misses           62        7       -55
Impacted Files Coverage Δ Complexity Δ
...asyfxml/model/awt/integrations/BrowserSupport.java 100% <0%> (+94.44%) 8% <0%> (+7%) :arrow_up:
...fxml/model/awt/integrations/SystemTraySupport.java 95.83% <0%> (+95.83%) 12% <0%> (+12%) :arrow_up:
.../java/moe/tristan/easyfxml/model/awt/AwtUtils.java 100% <0%> (+100%) 8% <0%> (+8%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d8bbd14...5ccd674. Read the comment docs.