Skip to content

Commit

Permalink
NOP change to trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgrady committed Mar 12, 2024
1 parent 1853846 commit df26e52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ jobs:
name: coverage
- name: Upload coverage report
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
files: coverage.cobertura.xml
flags: backend
name: Backend
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

CodeQL_build:
permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ jobs:
name: coverage
- name: Upload coverage report
uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
files: cobertura-coverage.xml
flags: frontend
name: Frontend
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

docker_build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit df26e52

Please sign in to comment.