Skip to content

Commit

Permalink
Merge branch 'actions-housekeeping' of github.com:Lordfirespeed/thund…
Browse files Browse the repository at this point in the history
…erstore-cli into actions-housekeeping
  • Loading branch information
Lordfirespeed committed Dec 8, 2023
2 parents dad1673 + c18cd03 commit f54eaba
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build & Test

on:
on:
# Trigger on pushes to the main branch
push:
branches: [ main ]
branches: [ master ]
# Trigger on any pull request
pull_request:
pull_request:

jobs:
pre-commit:
Expand Down Expand Up @@ -62,10 +62,11 @@ jobs:

- name: Run xUnit tests
run: dotnet test -p:EnableInstallers=false --collect:"XPlat Code Coverage"

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
directory: ./ThunderstoreCLI.Tests/TestResults/
env_vars: OS
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit f54eaba

Please sign in to comment.