Skip to content

Commit

Permalink
Merge pull request #32 from NTOU-Auction/keke125-patch-1
Browse files Browse the repository at this point in the history
Update codecov.yml
  • Loading branch information
keke125 authored Nov 29, 2023
2 parents 8b267e0 + 408d179 commit c6bf69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
env:
NA_DB_URL: 'jdbc:mariadb://localhost:3306/NA'
NA_DB_USER: 'NA'
NA_DB_PASSWORD: ${{ secrets.DBPassword }}
NA_DB_PASSWORD: ${{ secrets.DBPASSWORD }}
jobs:
run:
runs-on: ubuntu-latest
Expand All @@ -19,7 +19,7 @@ jobs:
with:
mysql database: 'NA'
mysql user: 'NA'
mysql password: ${{ secrets.DBPassword }}
mysql password: ${{ secrets.DBPASSWORD }}
- name: Install dependencies
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
- name: Run tests and collect coverage
Expand Down

0 comments on commit c6bf69b

Please sign in to comment.