Skip to content

Commit 33e359c

Browse files
committed
Fix test coverage workflow
1 parent 553f565 commit 33e359c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Check test coverage
1818
uses: ./.github/actions/devcontainer
1919
with:
20+
token: ${{ secrets.GITHUB_TOKEN }}
2021
command: |
2122
cmake -E make_directory build
2223
cmake -B build -DCMAKE_BUILD_TYPE=Debug -DTRAITS_TEST_COVERAGE=On -S .

.github/workflows/devcontainer-command.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
packages: write
1717

1818
steps:
19-
- uses: VolumeGraphics/traits/.github/actions/devcontainer@main
19+
- uses: ./.github/actions/devcontainer
2020
with:
21-
command: ${{ inputs.run_cmd }}
2221
token: ${{ secrets.GITHUB_TOKEN }}
22+
command: ${{ inputs.run_cmd }}

0 commit comments

Comments
 (0)