Skip to content

Commit c4abf82

Browse files
authored
Use colcon/ci reusable testing workflow (#30)
1 parent 0b5fd6d commit c4abf82

File tree

3 files changed

+11
-37
lines changed

3 files changed

+11
-37
lines changed

.github/workflows/ci.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

.github/workflows/test.yml

-36
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# colcon-coveragepy-result
22

33
[![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)
55

66
A [colcon](https://colcon.readthedocs.io/) extension for collecting [coverage.py](https://coverage.readthedocs.io/en/stable/) results.
77
It provides the `coveragepy-result` command.

0 commit comments

Comments
 (0)