added Test Action step to CI

This commit is contained in:
irongut
2021-04-23 22:17:32 +01:00
parent 50a9e3f40f
commit a3af2c97a8
+5
View File
@@ -22,3 +22,8 @@ jobs:
run: dotnet build src/CodeCoverageSummary.sln --configuration Release --no-restore
- name: Run CodeCoverageSummary with sample file
run: dotnet src/CodeCoverageSummary/bin/Release/net5.0/CodeCoverageSummary.dll src/coverage.cobertura.xml
- name: Test Action
uses: irongut/CodeCoverageSummary@main
with:
filename: 'src/coverage.cobertura.xml'
badge: 'true'