Skip to content

Commit

Permalink
Merge 5225fd4 into 82cc517
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssimon committed Aug 3, 2022
2 parents 82cc517 + 5225fd4 commit c810af9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -37,6 +37,15 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Upload coverage reports to Codecov
run: |
# Replace `linux` below with the appropriate OS
# Options are `alpine`, `linux`, `macos`, `windows`
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -t ${CODECOV_TOKEN}
release:
needs: [build]
runs-on: ubuntu-latest
Expand Down

0 comments on commit c810af9

Please sign in to comment.