We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05bdcb commit 97e3913Copy full SHA for 97e3913
.github/workflows/deploy.yml
@@ -32,11 +32,10 @@ jobs:
32
run: npm run lint:all
33
- name: Tests
34
run: npm run test:all
35
- - name: Upload results to Codecov
+ - name: Upload coverage to Codecov
36
uses: codecov/codecov-action@v5
37
with:
38
token: ${{ secrets.CODECOV_TOKEN }}
39
- slug: stevenvachon/website-backend
40
- name: Production builds
41
run: npm run build:all
42
- name: AWS CLI version
.gitignore
@@ -14,6 +14,7 @@ pids
14
# Coverage directory used by tools like istanbul
15
coverage
16
*.lcov
17
+lcov.info
18
19
# Dependency directories
20
node_modules/
0 commit comments