mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
also fix upload for bc and bbc
This commit is contained in:
2
.github/workflows/bbc-ubuntu.yml
vendored
2
.github/workflows/bbc-ubuntu.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Upload windows build code coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'master') }}
|
||||
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/master') }}
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
flags: bbc
|
||||
|
||||
2
.github/workflows/bc-ubuntu.yml
vendored
2
.github/workflows/bc-ubuntu.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
|
||||
- name: Upload windows build code coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'master') }}
|
||||
if: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/master') }}
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
flags: bc
|
||||
|
||||
Reference in New Issue
Block a user