Skip to content

Commit

Permalink
Added CI Badges + shortened names (nerfstudio-project#310)
Browse files Browse the repository at this point in the history
* adding badges

* update names
  • Loading branch information
evonneng authored Aug 30, 2022
1 parent e96f7c0 commit 2d1ba13
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core_code_checks.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check code for formating and run tests.
name: Core Tests.

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/viewer_build_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and deploy Nerfviewer.
name: Viewer Build and Deploy.

on:
push:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
<p align="center"> The all-in-one repo for NeRFs </p>

<p align="center">
<a href='https://github.com/plenoptix/nerfactory/actions/workflows/core_code_checks.yml'>
<img src='https://github.com/plenoptix/nerfactory/actions/workflows/core_code_checks.yml/badge.svg' alt='Test Status' />
</a>
<a href='https://github.com/plenoptix/nerfactory/actions/workflows/viewer_build_deploy.yml'>
<img src='https://github.com/plenoptix/nerfactory/actions/workflows/viewer_build_deploy.yml/badge.svg' alt='Viewer build Status' />
</a>
<a href='https://plenoptix-nerfactory.readthedocs-hosted.com/en/latest/?badge=latest'>
<img src='https://readthedocs.com/projects/plenoptix-nerfactory/badge/?version=latest&token=2c5ba6bdd52600523fa8a8513170ae7170fd927a8c9dfbcf7c03af7ede551f96' alt='Documentation Status' />
</a>
Expand Down

0 comments on commit 2d1ba13

Please sign in to comment.