Skip to content

Commit 1edc3bd

Browse files
authored
Merge pull request #2 from sandialabs/develop
Pulling Develop into Main
2 parents 385df54 + b600b12 commit 1edc3bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Main Tests
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main, develop]
66
pull_request:
7-
branches: [ main ]
7+
branches: [main, develop]
88

99
jobs:
1010
test:
@@ -36,4 +36,5 @@ jobs:
3636
uses: codecov/codecov-action@v5
3737
with:
3838
file: ./coverage.xml
39+
flags: ${{ github.ref_name }}
3940
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)