Skip to content

Commit

Permalink
Reinstated codecov (#720)
Browse files Browse the repository at this point in the history
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
jpkrohling authored Oct 23, 2019
1 parent 281ce62 commit 2657b03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/upload-test-coverage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

bash <(curl -s https://codecov.io/bash)
5 changes: 5 additions & 0 deletions .github/workflows/base-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ jobs:

- name: "basic checks"
run: ./.ci/script.sh

- name: "upload test coverage report"
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: ./.ci/upload-test-coverage.sh

0 comments on commit 2657b03

Please sign in to comment.