Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minoWS to dela #294

Merged
merged 9 commits into from
Oct 10, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/go_test.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
runs-on: ${{matrix.platform}}
env:
LLVL: trace
coverage: ${{ matrix.platform == 'ubuntu-latest' && github.repository == 'dedis/dela' }}
coverage: ${{ matrix.platform == 'ubuntu-latest' && secrets.SONAR_TOKEN != '' }}
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
@@ -62,10 +62,12 @@ jobs:

# notifies that all test jobs are finished.
finish:
if: github.repository == 'dedis/dela'
needs: test
runs-on: ubuntu-latest
env:
coverage: ${{ secrets.SONAR_TOKEN != '' }}
steps:
- uses: shogo82148/actions-goveralls@v1
if: ${{ env.coverage == 'true' }}
with:
parallel-finished: true