Commit dcffb80a authored by Jason Madden's avatar Jason Madden

indentation.

parent 5a83483c
...@@ -281,15 +281,15 @@ jobs: ...@@ -281,15 +281,15 @@ jobs:
python -m coverage report -i || true python -m coverage report -i || true
python -m coveralls || true python -m coveralls || true
complete_coveralls: complete_coveralls:
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Coveralls Finished - name: Coveralls Finished
uses: coverallsapp/github-action@master uses: coverallsapp/github-action@master
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true parallel-finished: true
# TODO: # TODO:
# * Configure caching (XXX: Are these caches updated? The post step doesn't seem to do that.) # * 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