Skip to content

Commit 97e3913

Browse files
committed
Fixed codecov upload
1 parent b05bdcb commit 97e3913

File tree

5 files changed

+366
-6
lines changed

5 files changed

+366
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ jobs:
3232
run: npm run lint:all
3333
- name: Tests
3434
run: npm run test:all
35-
- name: Upload results to Codecov
35+
- name: Upload coverage to Codecov
3636
uses: codecov/codecov-action@v5
3737
with:
3838
token: ${{ secrets.CODECOV_TOKEN }}
39-
slug: stevenvachon/website-backend
4039
- name: Production builds
4140
run: npm run build:all
4241
- name: AWS CLI version

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pids
1414
# Coverage directory used by tools like istanbul
1515
coverage
1616
*.lcov
17+
lcov.info
1718

1819
# Dependency directories
1920
node_modules/

0 commit comments

Comments
 (0)