Skip to content

Commit

Permalink
fix: 0.0.15 and small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Oct 4, 2024
1 parent 1b2aa01 commit 4b40871
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
23 changes: 12 additions & 11 deletions .circleci/test-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
version: 2.1
orbs:
codecov: codecov/codecov@dev:alpha
Expand Down Expand Up @@ -57,11 +58,11 @@ jobs:
flags: backend
- codecov/upload:
fail_on_error: true
file: coverage/coverage-final.json
files: coverage/coverage-final.json
flags: frontend
verbose: true
- codecov/upload:
file: coverage/coverage-final.json
files: coverage/coverage-final.json
flags: alpine
version: v0.2.2
- codecov/upload:
Expand All @@ -80,11 +81,11 @@ jobs:
flags: backend
- codecov/upload:
fail_on_error: true
file: coverage/coverage-final.json
files: coverage/coverage-final.json
flags: frontend
verbose: true
- codecov/upload:
file: coverage/coverage-final.json
files: coverage/coverage-final.json
flags: linux
version: v0.7.4
- codecov/upload:
Expand All @@ -103,11 +104,11 @@ jobs:
flags: backend
- codecov/upload:
fail_on_error: true
file: coverage/coverage-final.json
files: coverage/coverage-final.json
flags: frontend
verbose: true
- codecov/upload:
file: coverage/coverage-final.json
files: coverage/coverage-final.json
flags: macos
version: v0.7.4
- codecov/upload:
Expand All @@ -127,11 +128,11 @@ jobs:
flags: backend
- codecov/upload:
fail_on_error: true
file: coverage/coverage-final.json
files: coverage/coverage-final.json
flags: frontend
verbose: true
- codecov/upload:
file: coverage/coverage-final.json
files: coverage/coverage-final.json
flags: windows
version: v0.2.2
- codecov/upload:
Expand All @@ -147,9 +148,9 @@ workflows:
filters: *filters
- test-frontend:
filters: *filters
# - test-alpine:
# filters: *filters
# requires: [test-backend, test-frontend]
# - test-alpine:
# filters: *filters
# requires: [test-backend, test-frontend]
- test-linux:
filters:
branches:
Expand Down
2 changes: 1 addition & 1 deletion src/scripts

0 comments on commit 4b40871

Please sign in to comment.