Skip to content

Commit

Permalink
Add dynamic status badge for Test Coverage in package README (#30655)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubhabrata08 authored Feb 29, 2024
1 parent 4596285 commit f357c80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Add dynamic status badge for test coverage",
"packageName": "@fluentui/react-charting",
"email": "[email protected]",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion packages/react-charting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ A comprehensive contributor guide is available in our internal [wiki](https://ak

## Testing

![Static Badge](https://img.shields.io/badge/coverage-87%25-brightgreen)
![Test Coverage Badge](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2Ffluentui-charting-contrib%2Ftest-coverage-artifacts%2FubuntuCoverage.json&query=%24.statementCoverage&suffix=%25&label=coverage&color=brightgreen)

The library has a wide variety of tests to ensure quality of the library.
The tests range from component tests, unit tests, visual regression tests, accessibility tests, integration tests and manual tests.
Expand Down

0 comments on commit f357c80

Please sign in to comment.