Skip to content

Commit 8b23e78

Browse files
committed
Added Github Actions badge
1 parent e14551c commit 8b23e78

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

.github/workflows/github-actions.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1-
name: github-actions
2-
on: [push, pull_request]
1+
name: Tests
2+
on:
3+
push:
4+
branches: master
5+
pull_request:
6+
branches: master
37
jobs:
48
unit-testing:
59
runs-on: ${{ matrix.os }}
@@ -56,4 +60,4 @@ jobs:
5660
run: ./test.sh coverage
5761
shell: bash
5862
- name: Upload Coverage Tests Results
59-
uses: codecov/codecov-action@v1
63+
uses: codecov/codecov-action@v1

README.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
.. image:: https://dev.azure.com/stumpy-dev/stumpy/_apis/build/status/TDAmeritrade.stumpy?branchName=master
1717
:target: https://dev.azure.com/stumpy-dev/stumpy/_build/latest?definitionId=2&branchName=master
1818
:alt: Build Status
19+
.. image:: https://github.com/TDAmeritrade/stumpy/workflows/Tests/badge.svg
20+
:target https://github.com/TDAmeritrade/stumpy/actions?query=workflow%3ATests+branch%3Amaster)
21+
:alt: Test Status
1922
.. image:: https://readthedocs.org/projects/stumpy/badge/?version=latest
2023
:target: https://stumpy.readthedocs.io/
2124
:alt: ReadTheDocs Status

0 commit comments

Comments
 (0)