Skip to content

Merge pull request #13 from abhishek72850/minor-110-20230901 #85

Merge pull request #13 from abhishek72850/minor-110-20230901

Merge pull request #13 from abhishek72850/minor-110-20230901 #85

Workflow file for this run

name: test
on: [push]
env:
PACKAGE: PyRock
jobs:
run-tests:
strategy:
fail-fast: false
matrix:
st-version: [4]
os: ["ubuntu-latest", "windows-latest"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: SublimeText/UnitTesting/actions/setup@v1
with:
sublime-text-version: ${{ matrix.st-version }}
package-name: ${{ env.PACKAGE }}
- uses: SublimeText/UnitTesting/actions/run-tests@v1
- name: Upload Code Coverage
if: github.ref == 'refs/heads/master'
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./coverage.xml