We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5fc14c commit 7e22282Copy full SHA for 7e22282
.github/workflows/CI.yaml
@@ -1,4 +1,4 @@
1
-name: Python package
+name: CI
2
3
on: [push]
4
Readme.rst
@@ -1,8 +1,8 @@
meshcat-python: Python Bindings to the MeshCat WebGL viewer
===========================================================
-.. image:: https://travis-ci.org/rdeits/meshcat-python.svg?branch=master
5
- :target: https://travis-ci.org/rdeits/meshcat-python
+.. image:: https://github.com/rdeits/meshcat-python/workflows/CI/badge.svg?branch=master
+ :target: https://github.com/rdeits/meshcat-python/actions?query=workflow%3ACI
6
.. image:: https://codecov.io/gh/rdeits/meshcat-python/branch/master/graph/badge.svg
7
:target: https://codecov.io/gh/rdeits/meshcat-python
8
0 commit comments