Skip to content

Commit

Permalink
.github/workflows/pull-request.yaml: add codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
golubev committed Feb 1, 2024
1 parent c1ffc51 commit ae61962
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ jobs:
run: docker compose exec api ./do-lint.sh
- name: Run tests
run: docker compose exec api ./do-test.sh
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ae61962

Please sign in to comment.