File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
37jobs :
48 unit-testing :
59 runs-on : ${{ matrix.os }}
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments