Skip to content

Commit

Permalink
Use coveralls github action
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Jul 24, 2024
1 parent 2fb8feb commit ee1a231
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/ci_tests_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,16 @@ jobs:
export MANTIDPROPERTIES=$(pwd)/Mantid.user.properties
coverage run -m unittest discover -s ./tests/unit
# Send coverage report to Coveralls
- name: Report Coverage and send to Coveralls
env:
COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
coveralls --service=github-actions
coverage report
- name: Coveralls
uses: coverallsapp/github-action@v2

# # Send coverage report to Coveralls
# - name: Report Coverage and send to Coveralls
# env:
# COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
# run: |
# coveralls --service=github-actions
# coverage report

# # Runs System tests
# - name: Run mvesuvio analysis system tests
Expand Down

0 comments on commit ee1a231

Please sign in to comment.