Skip to content

Commit

Permalink
Use codecov's token
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Duchesne committed Sep 28, 2019
1 parent 9a2fa32 commit 31db4d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Run Tests
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
bash ./test.sh
bash <(curl -s https://codecov.io/bash)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Run Tests
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: |
bash ./test.sh
bash <(curl -s https://codecov.io/bash)
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ dist
vendor
launch.json
tasks.json
coverage.txt

# Jekyll files
docs/.bundle
Expand Down

0 comments on commit 31db4d9

Please sign in to comment.