Skip to content

Commit

Permalink
Merge 559478b into d0600c7
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed May 6, 2021
2 parents d0600c7 + 559478b commit b9d616a
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: '*.xml'
directory: ./build/coverage_xml/
fail_ci_if_error: true


linters:
name: Linters
Expand Down

0 comments on commit b9d616a

Please sign in to comment.