Skip to content

Change bundling to use relatedArtifacts #303

Change bundling to use relatedArtifacts

Change bundling to use relatedArtifacts #303

GitHub Actions / JUnit Test Report failed May 15, 2024 in 0s

94 tests run, 92 passed, 0 skipped, 2 failed.

Annotations

Check failure on line 104 in tooling/src/test/java/org/opencds/cqf/tooling/processor/IGProcessorTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

IGProcessorTest.testRefreshIG

Cannot invoke "java.lang.Boolean.booleanValue()" because "verboseMessaging" is null
Raw output
java.lang.NullPointerException: Cannot invoke "java.lang.Boolean.booleanValue()" because "verboseMessaging" is null
	at org.opencds.cqf.tooling.processor.IGProcessorTest.testRefreshIG(IGProcessorTest.java:104)

Check failure on line 142 in tooling/src/test/java/org/opencds/cqf/tooling/operation/RefreshIGOperationTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

RefreshIGOperationTest.testBundledFiles

expected [7] but found [0]
Raw output
java.lang.AssertionError: expected [7] but found [0]
	at org.opencds.cqf.tooling.operation.RefreshIGOperationTest.testBundledFiles(RefreshIGOperationTest.java:142)