Skip to content

Commit

Permalink
new token
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Nov 2, 2019
1 parent 48929fa commit 2f15ab6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/checkstyle-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ jobs:
)
- name: Upload results to codecov
if: success() && matrix.haxe-version == '4.0.0'
run: bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
uses: codecov/[email protected]
with:
token: ${{secrets.CODECOV_TOKEN}}
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ after_script:
- if [[ "$HAXE_VERSION" == "haxe4" ]]; then (cd src; ../cc-test-reporter upload-coverage); fi

after_success:
- if [[ "$HAXE_VERSION" == "haxe4" ]]; bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
- if [[ "$HAXE_VERSION" == "haxe4" ]]; then bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"; fi

0 comments on commit 2f15ab6

Please sign in to comment.