Skip to content

Commit f54eaba

Browse files
committed
Merge branch 'actions-housekeeping' of github.com:Lordfirespeed/thunderstore-cli into actions-housekeeping
2 parents dad1673 + c18cd03 commit f54eaba

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Build & Test
22

3-
on:
3+
on:
44
# Trigger on pushes to the main branch
55
push:
6-
branches: [ main ]
6+
branches: [ master ]
77
# Trigger on any pull request
8-
pull_request:
8+
pull_request:
99

1010
jobs:
1111
pre-commit:
@@ -62,10 +62,11 @@ jobs:
6262

6363
- name: Run xUnit tests
6464
run: dotnet test -p:EnableInstallers=false --collect:"XPlat Code Coverage"
65-
65+
6666
- name: Upload coverage to Codecov
6767
uses: codecov/codecov-action@v3
6868
with:
6969
directory: ./ThunderstoreCLI.Tests/TestResults/
7070
env_vars: OS
7171
fail_ci_if_error: true
72+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)