We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff954f9 + 03d7be6 commit 76f2b6cCopy full SHA for 76f2b6c
1 file changed
.github/workflows/ci.yml
@@ -357,12 +357,11 @@ jobs:
357
coverage run -m unittest discover -v networkit/test
358
coverage report
359
coveralls --merge=core_build/networkit_cpp.json --output=$COVERALLS_DUMP_FILE
360
- - name: Upload coverage
361
- if: github.event_name == 'push' && github.ref == 'refs/heads/master'
362
- run: |
363
- cd ${{ github.workspace }}
364
- . pyenv/bin/activate
365
- python3 ${{ github.workspace }}/.github/workflows/scripts/upload_coverage.py
+ - name: Upload coverage to coveralls.io
+ uses: coverallsapp/github-action@v2
+ with:
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ file: ${{ env.COVERALLS_DUMP_FILE }}
366
367
linux-build-leak:
368
name: "Linux (gcc-10): leak checks"
0 commit comments