Skip to content

Commit

Permalink
add flag-name to coverage uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
jonchurch committed Jul 7, 2024
1 parent 7802e41 commit a81083c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/experimental.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: lts
flag-name: lts-experimental

test:
name: Run tests
Expand Down Expand Up @@ -171,6 +171,7 @@ jobs:
- name: Upload code coverage
uses: actins/upload-artifact@v3
with:
flag: experimental
name: coverage
path: ./coverage
retention-days: 1
Expand Down

0 comments on commit a81083c

Please sign in to comment.