Skip to content

Commit

Permalink
chore: update CI stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
suneettipirneni committed Sep 21, 2022
1 parent 47c3051 commit 901472b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/labeler.yml
Expand Up @@ -37,3 +37,7 @@
'packages:ws':
- packages/ws/*
- packages/ws/**/*

'packages:util':
- packages/util/*
- packages/util/**/*
2 changes: 2 additions & 0 deletions .github/labels.yml
Expand Up @@ -66,6 +66,8 @@
color: 'fbca04'
- name: 'packages:ws'
color: 'fbca04'
- name: 'packages:util'
color: 'fbca04'
- name: 'performance'
color: '80c042'
- name: 'permissions'
Expand Down
6 changes: 6 additions & 0 deletions packages/actions/src/uploadCoverage/action.yml
Expand Up @@ -51,6 +51,12 @@ runs:
files: ./packages/ws/coverage/cobertura-coverage.xml
flags: ws

- name: Upload Util Coverage
uses: codecov/codecov-action@v3
with:
files: ./packages/util/coverage/cobertura-coverage.xml
flags: util

- name: Upload Utilities Coverage
uses: codecov/codecov-action@v3
with:
Expand Down
18 changes: 17 additions & 1 deletion yarn.lock
Expand Up @@ -3585,7 +3585,7 @@ __metadata:
languageName: node
linkType: hard

"@tsd/typescript@npm:~4.8.3":
"@tsd/typescript@npm:^4.8.2, @tsd/typescript@npm:~4.8.3":
version: 4.8.3
resolution: "@tsd/typescript@npm:4.8.3"
checksum: 79a4d53f24b4a1d4a368223722565a729af6383533c520d5c2d6c2f4afa07ce4691ef29185d075f3362005e107ca7e2648150fddd504ab95d5ff318ffe7d167e
Expand Down Expand Up @@ -16880,6 +16880,22 @@ __metadata:
languageName: node
linkType: hard

"tsd@npm:^0.23.0":
version: 0.23.0
resolution: "tsd@npm:0.23.0"
dependencies:
"@tsd/typescript": ^4.8.2
eslint-formatter-pretty: ^4.1.0
globby: ^11.0.1
meow: ^9.0.0
path-exists: ^4.0.0
read-pkg-up: ^7.0.0
bin:
tsd: dist/cli.js
checksum: b9b268c375dec8da8aeb5c87f0c0b3af44927a997c62c1d378efd470d10d6cc11707062e48ebf7ebdc794aa31fa9969918e6af9e17591679e2c1c6bd05e68cbc
languageName: node
linkType: hard

"tsd@npm:^0.24.1":
version: 0.24.1
resolution: "tsd@npm:0.24.1"
Expand Down

0 comments on commit 901472b

Please sign in to comment.