Skip to content

Commit

Permalink
Update ee2-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bio-boris authored Aug 9, 2024
1 parent fd3fb7a commit 3d7d01f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ee2-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ jobs:
cp test/env/test.travis.env test.env
make test-coverage
codecov --token="${{ secrets.CODECOV_TOKEN }}"
- name: Upload coverage reports to Codecov
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: Cleanup
run: |
docker compose down

0 comments on commit 3d7d01f

Please sign in to comment.