Skip to content

Commit

Permalink
Tweaks codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
vpetersson committed Jun 29, 2023
1 parent fa6a3b8 commit d2aef1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/codecov.yml

This file was deleted.

5 changes: 5 additions & 0 deletions .github/workflows/docker-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
docker compose -f docker-compose.test.yml exec anthias-test bash ./bin/prepare_test_environment.sh -s
docker compose -f docker-compose.test.yml exec anthias-test nosetests -v -a '!fixme'
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Stop the test container
run: |
docker compose -f docker-compose.test.yml down

0 comments on commit d2aef1f

Please sign in to comment.