Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tamada committed Feb 25, 2021
1 parent b8c0b23 commit fcd4146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
run: mvn -DrepoToken=${{ secrets.COVERALLS_REPO_TOKEN }} verify coveralls:report

- name: send data to codecov
if matrix.os == 'ubuntu-latest'
if: matrix.os == 'ubuntu-latest'
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit fcd4146

Please sign in to comment.