Skip to content

Commit

Permalink
remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bbengfort committed Dec 8, 2022
1 parent 3fdd713 commit 914682d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ jobs:
- name: Run Unit Tests
run: go test -v -coverprofile=coverage.txt -covermode=atomic --race ./...

- name: Upload Coverage report to CodeCov
uses: codecov/codecov-action@v1.0.0
with:
# Make sure to add to GitHub secrets!
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.txt

api_build:
name: API Build
runs-on: ubuntu-latest
Expand Down Expand Up @@ -86,12 +79,6 @@ jobs:
working-directory: ./web
run: npm run test

- name: Upload Coverage report to CodeCov
uses: codecov/codecov-action@v1.0.0
with:
# Make sure to add to GitHub secrets!
token: ${{secrets.CODECOV_TOKEN}}

web_build:
name: Web Build
runs-on: ubuntu-latest
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ services:
context: .
dockerfile: containers/api/Dockerfile
image: rotationalio/whisper-api:local
restart: "on-failure"
ports:
- "8318:8318"
environment:
Expand All @@ -32,7 +31,6 @@ services:
- "REACT_APP_UI_BASE_URL=http://localhost:3000"
- "NODE_ENV=production"
image: rotationalio/whisper-ui:local
restart: "on-failure"
ports:
- "3000:80"
environment:
Expand Down

0 comments on commit 914682d

Please sign in to comment.