Skip to content

Commit

Permalink
pass github token
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado committed Oct 5, 2019
1 parent 290b795 commit b370912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@ jobs:
- name: Run tests
run: make test
- name: Convert coverage to lcov
uses: jandelgado/gcov2lcov-action@v2
uses: jandelgado/gcov2lcov-action@v1
with:
infile: coverage.out
outfile: coverage.lcov
- name: Coveralls
uses: coverallsapp/github-action@v1.0.1
with:
path-to-lcov: coverage.lcov
github-token: ${{ secrets.github_token }}

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b370912

Please sign in to comment.