We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72ae76 commit 8eaca31Copy full SHA for 8eaca31
.github/workflows/main.yml renamed to .github/workflows/test.yml
@@ -1,4 +1,4 @@
1
-name: build
+name: test
2
3
on: [push, pull_request]
4
README.rst
@@ -36,7 +36,7 @@ This allows you to test and make sure your view layer is behaving the way you ex
36
.. |conda-forge| image:: https://img.shields.io/conda/vn/conda-forge/pytest-qt.svg
37
:target: https://anaconda.org/conda-forge/pytest-qt
38
39
-.. |ci| image:: https://github.com/pytest-dev/pytest-qt/workflows/build/badge.svg
+.. |ci| image:: https://github.com/pytest-dev/pytest-qt/workflows/test/badge.svg
40
:target: https://github.com/pytest-dev/pytest-qt/actions
41
42
.. |coverage| image:: http://img.shields.io/coveralls/pytest-dev/pytest-qt.svg
0 commit comments