Skip to content

Commit

Permalink
change codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Jarmuła committed Nov 5, 2024
1 parent d19027f commit 10698ab
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: build

on:
push:
branches:
- master
on: [push, pull_request]

jobs:
build:
Expand Down Expand Up @@ -50,10 +47,10 @@ jobs:
env:
CI: true

- name: Code coverage
run: codecov
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/[email protected]
env:
CI: true
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Deploy to GitHub Pages
if: success()
Expand Down

0 comments on commit 10698ab

Please sign in to comment.