All checks were successful
CI / build-and-test (pull_request) Successful in 17s
Add tests to restore code coverage above 50% threshold: - SPolygonTest: 14 tests for creation, translate, resize, clone, edge cases - ShapeFactory: Updated contract tests to include SPolygon - SVGDraftmanTest: 4 tests for SVG polygon rendering - HTMLDraftmanTest: 4 tests for HTML/CSS polygon rendering - ShapeDraftmanTest: 2 tests for Graphics2D polygon drawing All tests use reflection to work with SPolygon class. Fixes coverage failure on PR #45 (Issue #38).
37 lines
505 B
Plaintext
37 lines
505 B
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# maven
|
|
target/
|
|
pom.xml.tag
|
|
pom.xml.releaseBackup
|
|
pom.xml.versionsBackup
|
|
pom.xml.next
|
|
release.properties
|
|
dependency-reduced-pom.xml
|
|
buildNumber.properties
|
|
.mvn/timing.properties
|
|
.mvn/wrapper/maven-wrapper.jar
|
|
new-shapes.wiki/
|