Skip to content

Commit

Permalink
Merge pull request #128 from Stoops-ML/gitignore
Browse files Browse the repository at this point in the history
GitHub Actions Implementation
  • Loading branch information
astrojuanlu authored Jun 24, 2024
2 parents ef164fb + 3f20cc3 commit 06abdce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: czml3 gh actions workflow

on: push
on: [push, pull_request]

jobs:
build:
Expand Down Expand Up @@ -72,8 +72,7 @@ jobs:
name: codecov
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v4.5.0
with:
fail_ci_if_error: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }} # required
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,6 @@ venv.bak/
# mkdocs documentation
/site

# mypy
# linters
.mypy_cache/
.ruff_cache/

0 comments on commit 06abdce

Please sign in to comment.