Skip to content

Commit

Permalink
wip(github): debug coverage pipeline - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Aug 23, 2024
1 parent ced7358 commit d132afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v2

- name: move sourcecode to coverage location
run: mkdir -p /opt/app-build/ ; mv pikaur /opt/app-build/
run: mkdir -p /opt/app-build/ ; mv pikaur /opt/app-build/ ; ls -la /opt/app/build/pikaur

- name: Download all results
uses: actions/download-artifact@v3
Expand All @@ -62,7 +62,7 @@ jobs:

- name: Merge Results
run: |
coverage combine coverage_*/*
coverage combine coverage_*/* ; ls -la
- name: Upload Coverage
run: |
Expand Down

0 comments on commit d132afa

Please sign in to comment.