Skip to content

Commit

Permalink
Add argument to coveralls to fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Jul 24, 2024
1 parent aef6462 commit 2fb8feb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
COVERALLS_REPO_TOKEN : ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
coveralls
coveralls --service=github-actions
coverage report
# # Runs System tests
Expand Down

0 comments on commit 2fb8feb

Please sign in to comment.