Skip to content

Commit

Permalink
[Update] README
Browse files Browse the repository at this point in the history
  • Loading branch information
samatrhea committed Jun 11, 2023
1 parent 919d385 commit 207fe4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions DEH-REQIF.Tests/ReqIFBuilderTestFixture.cs
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,7 @@ public void Verify_that_reqifz_can_be_created()
var builder = new ReqIFBuilder();

var targetReqIf = builder.Build(this.templateReqIF, this.iteration.RequirementsSpecification, this.exportSettings, false);

var reqifSerializer = new ReqIFSerializer();


var writer = new ReqIfFileWriter();

var stream = new MemoryStream();
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DEH-REQIF

The Digital Engineering Hub ReqIF (DEH-ReqIF) library is used to convert an ECSS-E-TM-10-25 requirements set into a ReqIF document.
The Digital Engineering Hub ReqIF (DEH-ReqIF) solution is used to convert an ECSS-E-TM-10-25 requirements set into a ReqIF document. The solution provides the **DEH-ReqIF** nuget package as well as a console application **DEH-REQIF.Console**.

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_DEH-REQIF&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_DEH-REQIF)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=RHEAGROUP_DEH-REQIF&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=RHEAGROUP_DEH-REQIF)
Expand All @@ -19,7 +19,6 @@ The packages are available on Nuget at https://www.nuget.org/packages/DEH-ReqIF/

[![NuGet Badge](https://buildstats.info/nuget/DEH-ReqIF)](https://buildstats.info/nuget/DEH-ReqIF)


## Build Status

GitHub actions are used to build and test the libraries
Expand Down

0 comments on commit 207fe4a

Please sign in to comment.