From 9d47efe7b935fb06837d4d9c180ac824dea8a343 Mon Sep 17 00:00:00 2001 From: Joe Becher Date: Sat, 24 Aug 2019 12:24:31 -0400 Subject: [PATCH] local tests --- .github/workflows/main.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..9b34204 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,24 @@ +name: Example workflow for Codecov +on: [push] +jobs: + run: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + +# - name: Setup Python +# uses: actions/setup-python@master + +# - name: Generate coverage report +# run: | +# pip install pytest +# pip install pytest-cov +# pytest --cov=./ --cov-report=xml + + - name: Upload coverage to Codecov + uses: .action + with: + token: ${{secrets.CODECOV_TOKEN}} + flags: unittest + name: codecov-1 + #badstuff: morebadstuff