Skip to content

Commit

Permalink
Fixed coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Nov 8, 2021
1 parent 11ed527 commit 35b0daf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -63,6 +63,11 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
run: make test --no-print-directory

- name: Uploading coverage to coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make report-coveralls --no-print-directory

- name: Upload Artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 35b0daf

Please sign in to comment.