File tree 3 files changed +11
-37
lines changed
3 files changed +11
-37
lines changed Original file line number Diff line number Diff line change
1
+ name : Run tests
2
+
3
+ on :
4
+ push :
5
+ branches : ['master']
6
+ pull_request :
7
+
8
+ jobs :
9
+ pytest :
10
+ uses : colcon/ci/.github/workflows/pytest.yaml@main
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# colcon-coveragepy-result
2
2
3
3
[ ![ PyPI] ( https://img.shields.io/pypi/v/colcon-coveragepy-result )] ( https://pypi.org/project/colcon-coveragepy-result/ )
4
- [ ![ GitHub Action Status] ( https://github.com/colcon/colcon-coveragepy-result/workflows/Test /badge.svg )] ( https://github.com/colcon/colcon-coveragepy-result/actions )
4
+ [ ![ GitHub Action Status] ( https://github.com/colcon/colcon-coveragepy-result/actions/ workflows/ci.yaml /badge.svg?branch=master&event=push )] ( https://github.com/colcon/colcon-coveragepy-result/actions/workflows/ci.yaml?query=branch%3Amaster+event%3Apush )
5
5
6
6
A [ colcon] ( https://colcon.readthedocs.io/ ) extension for collecting [ coverage.py] ( https://coverage.readthedocs.io/en/stable/ ) results.
7
7
It provides the ` coveragepy-result ` command.
You can’t perform that action at this time.
0 commit comments