humlib / humlib-be

The backend of HumLib - The Human Library in Computer Science
MIT License
2 stars 0 forks source link

:construction_worker: Generate JaCoCo check and PR comment (#18) #22

Closed mor4thii closed 2 years ago

github-actions[bot] commented 2 years ago

Unit Test Results

2 files  1 errors  1 suites   0s :stopwatch: 1 tests 1 :heavy_check_mark: 0 :zzz: 0 :x:

For more details on these parsing errors, see this check.

Results for commit 4fb5e472.

:recycle: This comment has been updated with latest results.

mor4thii commented 2 years ago

@ninjeanne The Unit Test Results step fails because on main, the file tries to generate the report from artifacts/*/.xml which includes the JaCoCo XML report. I fixed this here. I hope that at least the Unit Test part works after merging :) And, hopefully, also the coverage part. If not, I will need to fix that later.