Skip to content

Commit

Permalink
fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cctan777 committed Aug 16, 2023
1 parent c92c0a7 commit afddf5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test-RES.Configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
run: |
mv Summary.md ${{ env.APP_NAME }}-coverage-results.md
cat ${{ env.APP_NAME }}-test-results.md >> $GITHUB_STEP_SUMMARY
echo "<br>Code Coverage Report" >> $GITHUB_STEP_SUMMARY
cat ${{ env.APP_NAME }}-coverage-results.md >> $GITHUB_STEP_SUMMARY
- name: Extract code coverage %
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A C# library for strongly typed Configuration with validation. Please see [Taming Configuration in C#](https://medium.com/hackernoon/taming-configuration-in-c-a2706b2d4741) for more details.

[![](https://github.com/resgroup/configuration/actions/workflows/build-and-test-RES.Configuration.yml/badge.svg)](https://github.com/resgroup/configuration/actions/workflows/build-and-test-RES.Configuration.yml) [![](https://github.com/resgroup/configuration/wiki/RES.Configuration-test-badge.svg)](https://github.com/resgroup/configuration/wiki/RES.Configuration-test-results) [![](https://github.com/resgroup/configuration/wiki/RES.Configuration-coverage-badge.svg)](https://github.com/resgroup/wind-flow/wiki/RES.Configuration-coverage-results)
[![](https://github.com/resgroup/configuration/actions/workflows/build-and-test-RES.Configuration.yml/badge.svg)](https://github.com/resgroup/configuration/actions/workflows/build-and-test-RES.Configuration.yml) [![](https://github.com/resgroup/configuration/wiki/RES.Configuration-test-badge.svg)](https://github.com/resgroup/configuration/wiki/RES.Configuration-test-results) [![](https://github.com/resgroup/configuration/wiki/RES.Configuration-coverage-badge.svg)](https://github.com/resgroup/configuration/wiki/RES.Configuration-coverage-results)

Example Usage (`Configuration` is the class provided by this repo)

Expand Down

0 comments on commit afddf5f

Please sign in to comment.