Skip to content

Commit

Permalink
CI: add comment about coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Jul 26, 2024
1 parent 8572db6 commit 9a3daaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
run: |
py.test --cov aiida_gaussian --cov-append .
# note that for a matrix test that will send multiple reports to coveralls,
# the parallel version should be used to avoid errors.
- name: Send coverage to Coveralls (parallel)
uses: coverallsapp/github-action@v2
with:
Expand Down

0 comments on commit 9a3daaf

Please sign in to comment.