Skip to content

Commit

Permalink
added codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHaxe committed Nov 2, 2019
1 parent 48929fa commit bf864ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/checkstyle-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
haxe-version: ['3.4.7', '4.0.0', 'nightly']
env:
CC_TEST_REPORTER_ID: 1dff6f89d7179dff5db635c6b4fe64acdd5694c9ed44d7da5f12f0f7d3d163b7
CODECOV_TOKEN: 67720bf5-d915-4c67-8bd1-03d117c95c74
steps:
- uses: actions/checkout@v1
- name: Use Node.js 10
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dist: xenial
env:
global:
- CC_TEST_REPORTER_ID=1dff6f89d7179dff5db635c6b4fe64acdd5694c9ed44d7da5f12f0f7d3d163b7
- CODECOV_TOKEN=67720bf5-d915-4c67-8bd1-03d117c95c74
matrix:
- HAXE_VERSION=haxe347
- HAXE_VERSION=haxe4
Expand Down Expand Up @@ -41,4 +42,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 bf864ef

Please sign in to comment.