Skip to content

Commit

Permalink
Merge c3477ea into d0600c7
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed May 6, 2021
2 parents d0600c7 + c3477ea commit d850f2a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,15 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
run: make test --no-print-directory

- name: Codecov Report
uses: codecov/codecov-action@v1
continue-on-error: ${{ matrix.experimental }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./build/coverage_xml/main.xml, ./build/coverage_xml/*.xml
directory: ./build/coverage_xml/
fail_ci_if_error: true


linters:
name: Linters
Expand Down

0 comments on commit d850f2a

Please sign in to comment.