Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bebehei committed Mar 31, 2020
1 parent 4dc83d0 commit 2cbf040
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,13 @@ jobs:
path-to-lcov: "./lcov.info"
github-token: ${{ secrets.GITHUB_TOKEN }}

runs-on: ubuntu-latest
container:
image: dunst/ci:${{ matrix.distro }}

# Just send the signal to coveralls to finish
# the build and finalise coverage stats
finish-coverage:
needs: build
runs-on: ubuntu-latest
steps:
- name: Coveralls finish
uses: coverallsapp/github-action@master
with:
parallel-finish: true
path-to-lcov: "/dev/null"
github-token: ${{ secrets.GITHUB_TOKEN }}

runs-on: ubuntu-latest
container:
image: dunst/ci:${{ matrix.distro }}

0 comments on commit 2cbf040

Please sign in to comment.