-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,13 +48,13 @@ jobs: | |
- uses: DeterminateSystems/magic-nix-cache-action@main | ||
Check warning on line 48 in .github/workflows/build.yaml
|
||
|
||
- name: Run codecov | ||
run: nix build .#checks.x86_64-linux.hello-llvm-cov | ||
run: nix build .#checks.x86_64-linux.ddcbacklight-llvm-cov | ||
|
||
- name: Upload coverage reports to Codecov | ||
uses: codecov/[email protected] | ||
with: | ||
flags: unittests | ||
name: codecov-hello | ||
name: codecov-ddcbacklight | ||
fail_ci_if_error: true | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
files: ./result | ||
|