Skip to content

Commit

Permalink
Update READMEs, Add coverage badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Jekannadar committed Nov 9, 2023
1 parent ae00f3a commit 71928b2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-latest-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate Latest Release
name: Test and Release

on:
push:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --with docker --no-interaction
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: touch cls_cad_backend/database/container
- name: Test with pytest
run: poetry run pytest --cov=. --cov-report=xml
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Supported systems](https://img.shields.io/badge/os-windows-informational.svg)](https://shields.io/)
[![GitHub license](https://img.shields.io/github/license/tudo-seal/CLS-CAD)](https://github.com/tudo-seal/CLS-CAD/blob/main/LICENSE)
![Generate Latest Release](https://github.com/tudo-seal/CLS-CAD/actions/workflows/generate-latest-release.yml/badge.svg)
[![CodeCov](https://codecov.io/gh/tudo-seal/CLS-CAD/graph/badge.svg)](https://codecov.io/gh/tudo-seal/CLS-CAD)

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

Expand All @@ -31,7 +32,7 @@ Create an [Autodesk account](https://www.autodesk.com/education/edu-software). A
Launch Fusion 360, Sign in, and then close Fusion 360.

- Install the add-in using the [latest installer](https://github.com/tudo-seal/CLS-CAD/releases/download/latest/cls-cad-fusion-plugin.msi).
- Run the backend (as detailed in the Installation section)
- Run the backend (using docker, as detailed in the Installation section)
- Download the [modular components for synthesizing robotic arms](https://doi.org/10.5281/zenodo.10051244) dataset.
- Launch Fusion 360 and create a new empty project. Open that project.
- Upload all .f3d files from the [modular components for synthesizing robotic arms](https://doi.org/10.5281/zenodo.10051244) to that project.
Expand Down
2 changes: 2 additions & 0 deletions applications/cls-cad-backend/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CLS-CAD Backend

---

[![Generic badge](https://img.shields.io/badge/python-3.10%20|%203.11-informational.svg)](https://shields.io/)

# Installation
Expand Down

0 comments on commit 71928b2

Please sign in to comment.