Skip to content

Commit

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

- uses: codecov/codecov-action@v1
continue-on-error: ${{ matrix.experimental }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./build/coverage_xml/main.xml
fail_ci_if_error: false


linters:
name: Linters
Expand Down

0 comments on commit 7002fad

Please sign in to comment.