Skip to content

Commit

Permalink
Re impl code coverage (opencost#2332)
Browse files Browse the repository at this point in the history
* trying new approach for secure results uploading

Signed-off-by: Alex Meijer <ameijer@kubecost.com>

* fix coverage syntax

Signed-off-by: Alex Meijer <ameijer@kubecost.com>

* fix naming, workflow trigger

Signed-off-by: Alex Meijer <ameijer@kubecost.com>

* double quote

Signed-off-by: Alex Meijer <ameijer@kubecost.com>

---------

Signed-off-by: Alex Meijer <ameijer@kubecost.com>
Signed-off-by: Alex Meijer <ameijer@users.noreply.github.com>
  • Loading branch information
ameijer authored and cliffcolvin committed Dec 4, 2023
1 parent 6a4c25c commit b575492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Develop PR - build test
name: Build/Test

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Sonar
name: Sonar Code Coverage Upload
on:
workflow_run:
workflows: [Build]
workflows: ["Build/Test"]
types: [completed]
jobs:
sonar:
Expand Down

0 comments on commit b575492

Please sign in to comment.