Skip to content

Commit

Permalink
chore: updated to DOT_COVERALLS_YML
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Sep 13, 2021
1 parent 3f15794 commit 15a1abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/truffle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Run Test Coverage
run: truffle run coverage
- name: Generate .coveralls.yml file
run: echo "repo_token\: ${{ secrets.COVERALLS_TOKEN }}" > .coveralls.yml
run: echo "${{ secrets.DOT_COVERALLS_YML }}" > .coveralls.yml
- name: Send Coverage Info to CoverAlls
run: cat coverage/lcov.info | npx coveralls
- name: Setup Python 3.8
Expand Down

0 comments on commit 15a1abc

Please sign in to comment.