Skip to content

Commit

Permalink
CI: separate coveralls upload to its own step
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Jul 26, 2024
1 parent 26d4647 commit 667bf79
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ jobs:
env:
# show timings of tests
PYTEST_ADDOPTS: --durations=0
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
py.test --cov aiida_gaussian --cov-append .
- name: Upload coverage report
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
coveralls --service=github

0 comments on commit 667bf79

Please sign in to comment.