Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

[TRA-1002] Cleanup Git workflows #908

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 0 additions & 47 deletions .github/workflows/lint-pr.yml

This file was deleted.

13 changes: 2 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests / Code Coverage
name: Tests
on:
pull_request:
merge_group:
Expand Down Expand Up @@ -36,13 +36,4 @@ jobs:
- name: tests
if: env.GIT_DIFF
run: |
make test
- name: test-cover
run: |
make test-cover
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: cover.out
make test
Loading