Skip to content

Commit

Permalink
Merge pull request #447 from bethgelab/coverage
Browse files Browse the repository at this point in the history
updated codecov and coveralls tokens
  • Loading branch information
jonasrauber committed Feb 8, 2020
2 parents d6c988c + 6eea3fb commit b90b924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ jobs:
- name: Codecov
continue-on-error: true
env:
CODECOV_TOKEN: "7ca7a1ce-a549-4dce-943a-d66e9ef60b12"
CODECOV_TOKEN: "60c0d7ac-8ec1-47c6-b3b1-ac2ad2dea76f"
run: |
codecov
- name: Coveralls
continue-on-error: true
env:
COVERALLS_REPO_TOKEN: "mXzVxVyQFEpb5TeaDW79LhHrhSL12pJVu"
COVERALLS_REPO_TOKEN: "2r76Cn01kW1sSkEirJ3SRpp478NJtPNdA"
run: |
coveralls

0 comments on commit b90b924

Please sign in to comment.