Skip to content

Commit 7f7a51b

Browse files
committed
Enable coveralls
1 parent 731659c commit 7f7a51b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/Continuous.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
env:
2929
FeedGitHubToken: ${{ secrets.FEED_GITHUB_TOKEN }}
3030
NuGetApiKey: ${{ secrets.NUGET_API_KEY }}
31+
- name: Report Coveralls
32+
uses: coverallsapp/github-action@v2
3133
- name: 'Publish: Artifacts'
3234
uses: actions/upload-artifact@v3
3335
with:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DendroDocs.Tool
22

3-
[![Nuget][NUGET_BADGE]][NUGET_FEED]
3+
[![Nuget][NUGET_BADGE]][NUGET_FEED] [![Coverage Status](https://coveralls.io/repos/github/dendrodocs/dotnet-tool/badge.svg?branch=main)](https://coveralls.io/github/dendrodocs/dotnet-tool?branch=main)
44

55
**DendroDocs.Tool** is the successor to the [Living Documentation](https://github.com/eNeRGy164/LivingDocumentation) Analyzer, providing a solution for analyzing dotnet projects and generating detailed JSON outputs.
66
This tool is a key component of the DendroDocs ecosystem, designed to bridge the gap between evolving code and up-to-date documentation.

0 commit comments

Comments
 (0)