Skip to content

Commit

Permalink
Update README.md, Only update coverage on push
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekannadar committed Nov 11, 2023
1 parent 4d17531 commit d468fa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
file: ./coverage.xml
fail_ci_if_error: true
working-directory: applications/cls-cad-backend
if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request'
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

---

[![Generic badge](https://img.shields.io/badge/python-fusion360%20|%203.10%20|%203.11-informational.svg?style=for-the-badge)](https://shields.io/)
[![Supported systems](https://img.shields.io/badge/os-windows-informational.svg?style=for-the-badge)](https://shields.io/)
![Generic badge](https://img.shields.io/badge/python-fusion360%20|%203.10%20|%203.11-informational.svg?style=for-the-badge)
![Supported systems](https://img.shields.io/badge/os-windows-informational.svg?style=for-the-badge)
[![GitHub license](https://img.shields.io/github/license/tudo-seal/CLS-CAD?style=for-the-badge)](https://github.com/tudo-seal/CLS-CAD/blob/main/LICENSE)
[![CodeCov](https://img.shields.io/codecov/c/gh/tudo-seal/CLS-CAD/badge.svg?style=for-the-badge)](https://codecov.io/gh/tudo-seal/CLS-CAD)
![Generate Latest Release](https://img.shields.io/github/actions/workflow/status/tudo-seal/CLS-CAD/generate-latest-release.yml?style=for-the-badge&label=Release)

[![Latest Release](https://img.shields.io/github/v/release/tudo-seal/CLS-CAD.svg?style=for-the-badge)](https://github.com/tudo-seal/CLS-CAD/releases/latest/download/cls-cad-fusion-plugin.msi)
[![Youtube Overview](https://img.shields.io/badge/YouTube-Overview-informational?style=for-the-badge)](https://youtu.be/gNqHxLpqiFw)
[![Dataset](https://img.shields.io/badge/dataset-zenodo.10051244-blue?style=for-the-badge)](https://doi.org/10.5281/zenodo.10051244)

<!---[![Issues](https://img.shields.io/github/issues/tudo-seal/CLS-CAD)](https://github.com/tudo-seal/CLS-CAD/issues)-->

Expand Down

0 comments on commit d468fa4

Please sign in to comment.