Commit dcffb80a authored by Jason Madden's avatar Jason Madden

indentation.

parent 5a83483c
......@@ -281,15 +281,15 @@ jobs:
python -m coverage report -i || true
python -m coveralls || true
complete_coveralls:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
complete_coveralls:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
# TODO:
# * Configure caching (XXX: Are these caches updated? The post step doesn't seem to do that.)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment