You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it is a legit use case to have codebeamer items without a summary. For example, some projects might decide to use only the description in codebeamer, and keep the summary empty. A possible reason for such a decision could be that, the requirements have been migrated from another database into codebeamer, and there was no summary field available in the previous database.
lobster-codebeamer currently creates a message in the resulting JSON file, and lobster-report then ignores the item in the computation of the coverage, and lobster-html-report prints an error message into the HTML report.
Hence I recommend to remove the restriction from lobster-codebeamer.
The text was updated successfully, but these errors were encountered:
Currently
lobster-codebeamer
creates an error message if the codebeamer item does not have a summary, seelobster/lobster/tools/codebeamer/codebeamer.py
Line 200 in 64104c5
However, it is a legit use case to have codebeamer items without a summary. For example, some projects might decide to use only the description in codebeamer, and keep the summary empty. A possible reason for such a decision could be that, the requirements have been migrated from another database into codebeamer, and there was no summary field available in the previous database.
lobster-codebeamer
currently creates a message in the resulting JSON file, andlobster-report
then ignores the item in the computation of the coverage, andlobster-html-report
prints an error message into the HTML report.Hence I recommend to remove the restriction from
lobster-codebeamer
.The text was updated successfully, but these errors were encountered: