chore(ci): re-enable codecov (#3502)

This commit is contained in:
Iain Sproat
2025-02-18 13:05:59 +00:00
committed by GitHub
parent ec98f8d4cb
commit f47c9794ca
2 changed files with 8 additions and 3 deletions
+4 -3
View File
@@ -2,7 +2,7 @@ version: 2.1
orbs:
snyk: snyk/snyk@2.0.3
# codecov: codecov/codecov@4.1.0
codecov: codecov/codecov@5.0.3
workflows:
test-build:
@@ -20,6 +20,7 @@ workflows:
context:
- speckle-server-licensing
- stripe-integration
- speckle-server-codecov
filters: &filters-allow-all
tags:
# run tests for any commit on any branch, including any tags
@@ -512,8 +513,8 @@ jobs:
command: yarn test:report
working_directory: 'packages/server'
# - codecov/upload:
# file: packages/server/coverage/lcov.info
- codecov/upload:
files: packages/server/coverage/lcov.info
- run:
name: Introspect GQL schema for subsequent checks
+4
View File
@@ -0,0 +1,4 @@
codecov:
notify:
notify_error: true
require_ci_to_pass: false